]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Fixes to XHTML & CSS compability.
[maypole.git] / templates / maypole.css
index 93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a..f20b5877ee57900188ffed1f1d5e32f1ab5177d0 100644 (file)
@@ -290,11 +290,6 @@ label .field {
 
 .error { color: #d00; }
 
-.actions {
-    white-space: nowrap;
-    background-color: #fff;
-}
-
 .action {
     border: 1px outset #7d95b5;
     style:block;
@@ -306,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;