]> git.decadent.org.uk Git - maypole.git/commitdiff
Fixed CSS
authorSimon Flack <sf@flacks.net>
Tue, 23 Nov 2004 16:29:22 +0000 (16:29 +0000)
committerSimon Flack <sf@flacks.net>
Tue, 23 Nov 2004 16:29:22 +0000 (16:29 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@286 48953598-375a-da11-a14b-00016c27c3ee

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 {