]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Fixes to XHTML & CSS compability.
[maypole.git] / templates / maypole.css
index c7697e2597242df6799d7ac84cf705fbc2be4ad8..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;
@@ -310,7 +305,7 @@ label .field {
     display: inline;
 }
 
-#actionbutton {
+.actionbutton {
     height: 16px;
     width: 40px;
     font-family: sans-serif;
@@ -320,11 +315,20 @@ label .field {
     margin-bottom: 0px;
 }
 
-#actionbutton:hover {
+.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;