From 1f813c18bdca4f34b18d8b5a8e06badef7d03971 Mon Sep 17 00:00:00 2001 From: Simon Flack Date: Tue, 23 Nov 2004 16:29:22 +0000 Subject: [PATCH] Fixed CSS git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@286 48953598-375a-da11-a14b-00016c27c3ee --- templates/maypole.css | 30 ++++++------------------------ 1 file changed, 6 insertions(+), 24 deletions(-) diff --git a/templates/maypole.css b/templates/maypole.css index 860bf2e..84368e9 100644 --- a/templates/maypole.css +++ b/templates/maypole.css @@ -290,6 +290,11 @@ label .field { .error { color: #d00; } +.actions { + white-space: nowrap; + background-color: #fff; +} + .action { border: 1px outset #7d95b5; style:block; @@ -301,31 +306,8 @@ label .field { background-color: #7d95b5; } -.actionform { - display: inline; -} - -.actionbutton { - height: 16px; - width: 40px; - font-family: sans-serif; - font-size: 10px; - border: 1px outset; - background-color: #fff; - margin-bottom: 0px; -} - -.actionbutton:hover { - color: #fff; - background-color: #7d95b5; -} - -.actions { -white-space: nowrap; -} - .field { - display:inline; + display: inline; } .pager { -- 2.39.2