From 40c2f06cbbc9b4efaf93deb03f6e2ddf114555f0 Mon Sep 17 00:00:00 2001 From: Marcus Ramberg Date: Tue, 19 Oct 2004 20:04:26 +0000 Subject: [PATCH] some previously agreed design fixes. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@239 48953598-375a-da11-a14b-00016c27c3ee --- templates/maypole.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2