]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/maypole.css
Fixed CSS
[maypole.git] / templates / maypole.css
index 7171616b68b9855098df23cdcb250b7ad4789b08..84368e97d8d6b27038d740c3584c664bbec983e0 100644 (file)
@@ -164,7 +164,7 @@ table {
     font: bold 12px Verdana, sans-serif;
 }
 
-#matrix th#actionth {
+#matrix #actionth {
     width: 1px; 
     padding: 0em 1em 0em 1em;
 }
@@ -291,6 +291,7 @@ label .field {
 .error { color: #d00; }
 
 .actions {
+    white-space: nowrap;
     background-color: #fff;
 }
 
@@ -305,6 +306,10 @@ label .field {
     background-color: #7d95b5;
 }
 
+.field {
+    display: inline;
+}
+
 .pager {
     font: 11px Arial, Helvetica, sans-serif;
     text-align: center;
@@ -334,7 +339,6 @@ label .field {
 .pager .current-page {
     padding: 2px 6px;
     font-weight: bold;
-    font-size: 13px;
     vertical-align: top;
 }