Author: andre
Date: 2010-07-03 13:57:57 +0200 (Sat, 03 Jul 2010)
New Revision: 42797

Modified:
   openimages/trunk/src/main/webapp/style/css/editors.css
Log:
style for caption


Modified: openimages/trunk/src/main/webapp/style/css/editors.css
===================================================================
--- openimages/trunk/src/main/webapp/style/css/editors.css      2010-07-03 
11:57:32 UTC (rev 42796)
+++ openimages/trunk/src/main/webapp/style/css/editors.css      2010-07-03 
11:57:57 UTC (rev 42797)
@@ -454,6 +454,15 @@
        font-size: 0.9em;
        width: 100%;
 }
+table.stats caption
+{
+       border-top: 1px #CCC solid;
+       border-right: 1px #CCC solid;
+       border-bottom: 0;
+       border-left: 1px #CCC solid;
+       padding: 2px;
+       background-color:#E6E9DD;
+}
 table.stats th, table.stats td
 {
        border-top: 1px solid #ccc;
@@ -462,6 +471,6 @@
 table.stats th { background-color: #E8E8E8; }
 
 table.stats td.date, 
-table.stats td.total { text-align: right; }
+table.stats td.total { text-align: center; }
 
 table.stats tr.even { background-color:#E6E9DD; }

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to