]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Initial login template upload
[maypole.git] / templates / maypole.css
index a458d8943dcc6c08d3f5a8a2e32ed5fc4de6bd8c..5d1711dd1007f6cf1ce26e97180a7e30d721dda2 100644 (file)
@@ -292,6 +292,11 @@ label .field {
 
 .error { color: #d00; }
 
+.actions {
+    white-space: nowrap;
+    background-color: #fff;
+}
+
 .action {
     border: 1px outset #7d95b5;
     style:block;
@@ -303,32 +308,14 @@ label .field {
     background-color: #7d95b5;
 }
 
-.actionform {
+.field {
     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;
-}
+#login { width: 400px; }
 
-.actions {
-    white-space: nowrap;
-}
-
-.field {
-    display:inline;
-}
+#login input[type=text] { width: 150px; }
+#login input[type=password] { width: 150px; }
 
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
@@ -368,4 +355,3 @@ label .field {
     border-color: #036;
     text-decoration: none;
 }
-