]> git.decadent.org.uk Git - maypole.git/commitdiff
Fixed Actionbutton CSS
authorSimon Flack <sf@flacks.net>
Thu, 25 Nov 2004 12:31:14 +0000 (12:31 +0000)
committerSimon Flack <sf@flacks.net>
Thu, 25 Nov 2004 12:31:14 +0000 (12:31 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@293 48953598-375a-da11-a14b-00016c27c3ee

templates/maypole.css

index 5d1711dd1007f6cf1ce26e97180a7e30d721dda2..51d99a4093f6487e5234d34760f9fa185b085731 100644 (file)
@@ -292,11 +292,6 @@ label .field {
 
 .error { color: #d00; }
 
-.actions {
-    white-space: nowrap;
-    background-color: #fff;
-}
-
 .action {
     border: 1px outset #7d95b5;
     style:block;
@@ -308,10 +303,33 @@ label .field {
     background-color: #7d95b5;
 }
 
-.field {
+.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;
+}
+
 #login { width: 400px; }
 
 #login input[type=text] { width: 150px; }
@@ -355,3 +373,4 @@ label .field {
     border-color: #036;
     text-decoration: none;
 }
+