]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Re-wrote Manual::Termonology to emphasize that Maypole's model
[maypole.git] / templates / maypole.css
index 860bf2ed4d79e5a6aadf4a2c30408006bcec72d6..51d99a4093f6487e5234d34760f9fa185b085731 100644 (file)
@@ -158,6 +158,8 @@ table {
     background-color: #ffffff;
 }
 
+#matrix { width: 100%; }
+
 #matrix th {
     background-color: #b5cadc;
     border: 1px solid #778;
@@ -321,13 +323,18 @@ label .field {
 }
 
 .actions {
-white-space: nowrap;
+    white-space: nowrap;
 }
 
 .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;
@@ -366,3 +373,4 @@ white-space: nowrap;
     border-color: #036;
     text-decoration: none;
 }
+