From: Marcus Ramberg Date: Tue, 19 Oct 2004 20:04:26 +0000 (+0000) Subject: some previously agreed design fixes. X-Git-Tag: 2.10~123 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=40c2f06cbbc9b4efaf93deb03f6e2ddf114555f0;p=maypole.git some previously agreed design fixes. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@239 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/templates/maypole.css b/templates/maypole.css index 7171616..93bdce7 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -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; }