]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Fixes to XHTML & CSS compability.
[maypole.git] / templates / maypole.css
index 61a247e1164f1bc35b60639c5ad01cd50c3a75b8..f20b5877ee57900188ffed1f1d5e32f1ab5177d0 100644 (file)
@@ -90,7 +90,6 @@ input[type=submit] {
     font-size: 11px;
     border: 1px outset;
     background-color: #fff;
-    color: #2E415A;
     padding: 0px 0px 2px 0px;
     margin-bottom: 5px;
 }
@@ -165,6 +164,11 @@ table {
     font: bold 12px Verdana, sans-serif;
 }
 
+#matrix #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 +290,7 @@ label .field {
 
 .error { color: #d00; }
 
-.action { 
+.action {
     border: 1px outset #7d95b5;
     style:block;
 }
@@ -297,6 +301,34 @@ label .field {
     background-color: #7d95b5;
 }
 
+.actionform {
+    display: inline;
+}
+
+.actionbutton {
+    height: 16px;
+    width: 40px;
+    font-family: sans-serif;
+    font-size: 10px;
+    border: 1px outset;
+    background-color: #fff;
+    margin-bottom: 0px;
+}
+
+.actionbutton:hover {
+    color: #fff;
+    background-color: #7d95b5;
+}
+
+.actions {
+white-space: nowrap;
+}
+
+.field {
+    display:inline;
+    background-color: #fff;
+}
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;
@@ -326,13 +358,12 @@ label .field {
 .pager .current-page {
     padding: 2px 6px;
     font-weight: bold;
-    font-size: 13px;
     vertical-align: top;
 }
 
 .pager a:hover {
     color: #fff;
-    background: #b5cadc;
+    background: #7d95b5;
     border-color: #036;
     text-decoration: none;
 }