[MKDoc-commit] Admin tables made to look nicer :-)

chris at mkdoc.demon.co.uk chris at mkdoc.demon.co.uk
Thu Nov 18 15:48:38 GMT 2004


Log Message:
-----------
Admin tables made to look nicer :-)

Modified Files:
--------------
    mkd/resources/css:
        admin.css

-------------- next part --------------
Index: admin.css
===================================================================
RCS file: /var/spool/cvs/mkd/resources/css/admin.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -Lresources/css/admin.css -Lresources/css/admin.css -u -r1.5 -r1.6
--- resources/css/admin.css
+++ resources/css/admin.css
@@ -192,14 +192,42 @@
   font-weight: normal;
 } */
 
+/* tables */
+
+div.admin-content table {
+  color: #FFF;
+  background: #060;
+  border: none;
+}
+
+div.admin-content table caption {
+  color: #FFF;
+  background: #060;
+  padding: 0.4em;
+  font-weight: bold;
+  text-align: center;
+}
+
+div.admin-content table td {
+  padding: 0.4em;
+}
+
+div.admin-content table th {
+  color: #000;
+  background: #6C6;
+  padding: 0.4em;
+  font-weight: bold;
+  text-align: center;
+}
+
 /* odd and even table rows */
 .even {
   color: #000;
-  background: #FCF;
+  background: #CFC;
 }
 .odd {
   color: #000;
-  background: #CFC;
+  background: #9F9;
 }
 
 .finder {


More information about the MKDoc-commit mailing list