diff options
author | Arun Persaud <arun@nubati.net> | 2007-08-04 11:38:17 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-08-04 12:37:59 -0700 |
commit | 465e73265bc236531832686a8ae54894be928b81 (patch) | |
tree | 616a09039c2d72fc7430c96dc52edf9421f5d2ac /css | |
parent | c44e3cfcc5f363f001b101a82b1c06bfa7b05e69 (diff) | |
download | e-DoKo-465e73265bc236531832686a8ae54894be928b81.tar.gz e-DoKo-465e73265bc236531832686a8ae54894be928b81.tar.bz2 e-DoKo-465e73265bc236531832686a8ae54894be928b81.zip |
LAYOUT: new user page
mixed finished games, started games and games in progress into one table
Diffstat (limited to 'css')
-rw-r--r-- | css/standard.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/css/standard.css b/css/standard.css index 32060e2..71ae568 100644 --- a/css/standard.css +++ b/css/standard.css @@ -362,5 +362,18 @@ ul.tricks li div div span.comment span{ div span img.button { height: 2em; width: 2em; +} +.gamestatuspre { + padding: 0 0.3em; + + background-color: #fd8901; +} +.gamestatusover { + padding:0 0.3em; + background-color: #f82c20 ; +} +.gamestatusplay { + padding:0 0.3em; + background-color: #15de26; }
\ No newline at end of file |