]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
new action buttons
[maypole.git] / templates / maypole.css
index 61a247e1164f1bc35b60639c5ad01cd50c3a75b8..fe0f50cf70294030e8d5b543ef7e78f40e199e15 100644 (file)
@@ -165,6 +165,11 @@ table {
     font: bold 12px Verdana, sans-serif;
 }
 
+#matrix th#actionth {
+    width: 1px; 
+    padding: 0em 1em 0em 1em;
+}
+
 #matrix tr.alternate { background-color:#e3eaf0; }
 #matrix tr:hover { background-color: #b5cadc; }
 #matrix td { font: 12px Verdana, sans-serif; }
@@ -286,7 +291,11 @@ label .field {
 
 .error { color: #d00; }
 
-.action { 
+.actions {
+    background-color: #fff;
+}
+
+.action {
     border: 1px outset #7d95b5;
     style:block;
 }