]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Fixed CSS
[maypole.git] / templates / maypole.css
index 860bf2ed4d79e5a6aadf4a2c30408006bcec72d6..84368e97d8d6b27038d740c3584c664bbec983e0 100644 (file)
@@ -290,6 +290,11 @@ label .field {
 
 .error { color: #d00; }
 
+.actions {
+    white-space: nowrap;
+    background-color: #fff;
+}
+
 .action {
     border: 1px outset #7d95b5;
     style:block;
@@ -301,31 +306,8 @@ 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;
+    display: inline;
 }
 
 .pager {