diff options
author | Arun Persaud <arun@nubati.net> | 2010-05-04 21:44:30 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-05-04 21:44:30 -0700 |
commit | 5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596 (patch) | |
tree | a97f3f401edc0c1f845122a158f62a5a7812d543 /css | |
parent | 11823f4dd6a5b231893b84ca94861e3e6ba57f1d (diff) | |
download | e-DoKo-5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596.tar.gz e-DoKo-5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596.tar.bz2 e-DoKo-5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596.zip |
improved jquery on user home page
the text will now say either show or hide not both depending on the situation.
Diffstat (limited to 'css')
-rw-r--r-- | css/standard027.css (renamed from css/standard026.css) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/css/standard026.css b/css/standard027.css index 7f9d145..0af0e3b 100644 --- a/css/standard026.css +++ b/css/standard027.css @@ -531,10 +531,6 @@ div.user ul li:first-child { .gamessession { display:none; } -.link { - text-decoration:underline; - color: blue; -} .user .gameid { float: left; @@ -545,7 +541,12 @@ div.user ul li:first-child { float: left; width: 20em; } + .user .gameshidesession { + display: none; +} + +.user .gameshidesession , .user .gamesshowsession { float:right; width: 10em; } @@ -596,7 +597,7 @@ caption { margin-bottom: 0; } -table.stats { +table.stats { margin: 0.5em 1em; border: solid 0.2em #aeaeae; -moz-border-radius: 0.5em ; @@ -698,7 +699,7 @@ table.openid td, table.openid th{ background-color: #fc3; } -div.table div img.gravatar, img.gravatar { +div.table div img.gravatar, img.gravatar { width: 4em; height: 4em; border: 3px solid #aaa; |