]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Changes Request.Query to Request.Params calls and cleaned up some html/css
[maypole.git] / templates / maypole.css
index c7697e2597242df6799d7ac84cf705fbc2be4ad8..a458d8943dcc6c08d3f5a8a2e32ed5fc4de6bd8c 100644 (file)
@@ -158,6 +158,8 @@ table {
     background-color: #ffffff;
 }
 
+#matrix { width: 100%; }
+
 #matrix th {
     background-color: #b5cadc;
     border: 1px solid #778;
@@ -290,11 +292,6 @@ label .field {
 
 .error { color: #d00; }
 
-.actions {
-    white-space: nowrap;
-    background-color: #fff;
-}
-
 .action {
     border: 1px outset #7d95b5;
     style:block;
@@ -310,7 +307,7 @@ label .field {
     display: inline;
 }
 
-#actionbutton {
+.actionbutton {
     height: 16px;
     width: 40px;
     font-family: sans-serif;
@@ -320,11 +317,19 @@ label .field {
     margin-bottom: 0px;
 }
 
-#actionbutton:hover {
+.actionbutton:hover {
     color: #fff;
     background-color: #7d95b5;
 }
 
+.actions {
+    white-space: nowrap;
+}
+
+.field {
+    display:inline;
+}
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;
@@ -363,3 +368,4 @@ label .field {
     border-color: #036;
     text-decoration: none;
 }
+