You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2005/11/01 15:20:37 UTC

svn commit: r330062 - /httpd/mod_mbox/trunk/data/style.css

Author: maxime
Date: Tue Nov  1 06:20:30 2005
New Revision: 330062

URL: http://svn.apache.org/viewcvs?rev=330062&view=rev
Log:
Small positionment fix.

Modified:
    httpd/mod_mbox/trunk/data/style.css

Modified: httpd/mod_mbox/trunk/data/style.css
URL: http://svn.apache.org/viewcvs/httpd/mod_mbox/trunk/data/style.css?rev=330062&r1=330061&r2=330062&view=diff
==============================================================================
--- httpd/mod_mbox/trunk/data/style.css (original)
+++ httpd/mod_mbox/trunk/data/style.css Tue Nov  1 06:20:30 2005
@@ -99,7 +99,7 @@
 
 table#listinfo td.left  { background: #ddd; font-weight: bold;
                           text-align: right; padding-right: 1em;
-                          width: 15%; }
+                          width: 20%; }
 table#listinfo td.right { background: #eee; text-align: left; }
 
 /** Year
@@ -150,9 +150,9 @@
   position: absolute;
   top: 6em;
   right: 2%;
-  left: 14%;
+  left: 16%;
   margin: 0 0 2em 0;
-  width: 84%;
+  width: 82%;
 }
 
 table#msglist thead th.title { text-align: left; white-space: nowrap; }
@@ -194,9 +194,9 @@
   position: absolute;
   top: 0;
   right: 2%;
-  left: 14%;
+  left: 16%;
   margin: 5em 0 2em 0;
-  width: 84%;
+  width: 82%;
   display: none;
 }