diff options
author | Arun Persaud <arun@nubati.net> | 2008-10-18 11:33:36 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-10-18 11:54:53 -0700 |
commit | eb20bf1a0cae1192eb50c19220e72df8d971d8e7 (patch) | |
tree | b056fd4e9933c733195ebf40ebbb8d5c957df5b3 /css | |
parent | 9cbbe2da9cde298ec2fbacc5029388b2a33db9f8 (diff) | |
download | e-DoKo-eb20bf1a0cae1192eb50c19220e72df8d971d8e7.tar.gz e-DoKo-eb20bf1a0cae1192eb50c19220e72df8d971d8e7.tar.bz2 e-DoKo-eb20bf1a0cae1192eb50c19220e72df8d971d8e7.zip |
NEW FEATURE: make it possible to view games where people played with the same hand
had to change a few things and check more often if people are logge in, so that for example
personal notes only show up when you are logged in and not when someone else is looking at your cards
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'css')
-rw-r--r-- | css/standard014.css (renamed from css/standard013.css) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/css/standard013.css b/css/standard014.css index 39172f5..913a18d 100644 --- a/css/standard013.css +++ b/css/standard014.css @@ -545,12 +545,11 @@ div span img.button { } .gamestatuspre { - padding: 0 0.3em; - - background-color: #fd8901; + padding: 0 0.3em; + background-color: #fd8901; } .gamestatusover { - padding:0 0.3em; + padding:0 0.3em; background-color: #f82c20 ; } .gamestatusplay { @@ -558,6 +557,10 @@ div span img.button { background-color: #15de26; } +.multi a{ + color: #fff; +} + .bigger { font-size:larger; } |