]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Changed CSS buttons to POST buttons
[maypole.git] / templates / maypole.css
index 93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a..c7697e2597242df6799d7ac84cf705fbc2be4ad8 100644 (file)
@@ -306,6 +306,25 @@ 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;
+}
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;