From: Arun Persaud Date: Wed, 5 May 2010 04:44:30 +0000 (-0700) Subject: improved jquery on user home page X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=5e3f5fe45c7d05a85f5e36637b3dd937e1ac3596 improved jquery on user home page the text will now say either show or hide not both depending on the situation. --- diff --git a/css/standard026.css b/css/standard027.css similarity index 99% rename from css/standard026.css rename to 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; diff --git a/include/output.php b/include/output.php index 729452a..13bc6f7 100644 --- a/include/output.php +++ b/include/output.php @@ -376,24 +376,36 @@ function output_header() e-Doko - - + +