LAYOUT: fixed a typo and made clock icon smaller
authorArun Persaud <arun@nubati.net>
Sun, 29 Mar 2009 17:51:33 +0000 (10:51 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 29 Mar 2009 17:51:33 +0000 (10:51 -0700)
The validator should be happy again ;) and the clocks should look a bit better.

css/standard020.css [moved from css/standard019.css with 99% similarity]
include/functions.php
include/output.php

similarity index 99%
rename from css/standard019.css
rename to css/standard020.css
index 2483c99377df4f167bb545c40fa26e0cac3c0c64..cb1e1c05ed74159dd9d634da4d1ce688c1eaab2d 100644 (file)
@@ -505,6 +505,7 @@ ul.tricks li div div span.comment span{
 .cardinput:hover{ background-color:red;}
 
 div span img.button { width: 2em;}
 .cardinput:hover{ background-color:red;}
 
 div span img.button { width: 2em;}
+div span img.tinybutton { width: 1.4em;}
 
 .gamestatuspre {
   padding: 0 0.3em;
 
 .gamestatuspre {
   padding: 0 0.3em;
index 981cabc76010662840bb9573118d0423b08cece6..d99f9c8732f5757aa14cfcc8ee5caba56104b790 100644 (file)
@@ -922,7 +922,7 @@ function display_table ()
       echo "    <br />\n";
       echo "    <span title=\"local time: ".date("Y-m-d H:i:s",$timenow).  " ".
                             "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">".
       echo "    <br />\n";
       echo "    <span title=\"local time: ".date("Y-m-d H:i:s",$timenow).  " ".
                             "last login: ".date("Y-m-d H:i:s",$lastlogin)."\">".
-                            "<img src=\"pics/button/time-info.png\" class=\"button\" alt-\"time info\" />".
+                            "<img src=\"pics/button/time-info.png\" class=\"tinybutton\" alt=\"time info\" />".
                             "</span>\n";
       echo "   </div>\n";
 
                             "</span>\n";
       echo "   </div>\n";
 
index 94aaa19942d2b204a050f3e75799c2054b0f06eb..702c15490324379f7a3c7b4ce6177e473a071367 100644 (file)
@@ -300,7 +300,7 @@ function output_header()
      <title>e-Doko</title>
      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
      <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
      <title>e-Doko</title>
      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
      <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
-     <link rel="stylesheet" type="text/css" href="css/standard019.css" />
+     <link rel="stylesheet" type="text/css" href="css/standard020.css" />
      <script type="text/javascript" src="include/game.js"> </script>
      <script type="text/javascript" src="include/jquery.js"> </script>
      <script type="text/javascript" src="include/jquery.tablesorter.js"></script>
      <script type="text/javascript" src="include/game.js"> </script>
      <script type="text/javascript" src="include/jquery.js"> </script>
      <script type="text/javascript" src="include/jquery.tablesorter.js"></script>