]> git.decadent.org.uk Git - maypole.git/commitdiff
some previously agreed design fixes.
authorMarcus Ramberg <mramberg@cpan.org>
Tue, 19 Oct 2004 20:04:26 +0000 (20:04 +0000)
committerMarcus Ramberg <mramberg@cpan.org>
Tue, 19 Oct 2004 20:04:26 +0000 (20:04 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@239 48953598-375a-da11-a14b-00016c27c3ee

templates/maypole.css

index 7171616b68b9855098df23cdcb250b7ad4789b08..93bdce717a7fb3fa5f2f8c3db2dae8fe36f8f36a 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;
 }
 
@@ -334,7 +335,6 @@ label .field {
 .pager .current-page {
     padding: 2px 6px;
     font-weight: bold;
-    font-size: 13px;
     vertical-align: top;
 }