]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Initial login template upload
[maypole.git] / templates / maypole.css
index 93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a..5d1711dd1007f6cf1ce26e97180a7e30d721dda2 100644 (file)
@@ -158,6 +158,8 @@ table {
     background-color: #ffffff;
 }
 
+#matrix { width: 100%; }
+
 #matrix th {
     background-color: #b5cadc;
     border: 1px solid #778;
@@ -306,6 +308,15 @@ label .field {
     background-color: #7d95b5;
 }
 
+.field {
+    display: inline;
+}
+
+#login { width: 400px; }
+
+#login input[type=text] { width: 150px; }
+#login input[type=password] { width: 150px; }
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;