From 733206d0722e8f4d4c705cf1dd9b0eeaa1a02197 Mon Sep 17 00:00:00 2001 From: plg Date: Tue, 18 Apr 2006 09:53:10 +0000 Subject: [PATCH] modification: removed fieldset and label CSS properties. Modifications introduced by tipaul are not compliant with every template (depending on how you use HTML labels). Shouldn't this kind of customization only be made outside "prog" template? --- .../prog/en/includes/intranet.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css index 147d29cdaf..12e190f270 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/intranet.css @@ -59,15 +59,20 @@ tr.highlight td, tr.highlight th { #admin_stopwords_select UL LI { white-space: nowrap; } -fieldset { - display:inline; - vertical-align:top; + +A.button { + background-color: #69c; + color: white; + text-decoration: none; + font-size: 1em; + font-weight: bold; + border: 2px solid #eee; + border-right-color: gray; + border-bottom-color: gray; + padding: 2px; } + legend { font-size:120%; font-weight:bold; } - -label { - width:10em; -} \ No newline at end of file -- 2.20.1