From: moodler Date: Fri, 5 Jan 2007 01:53:24 +0000 (+0000) Subject: Added .invisiblefieldset class to hide unnecessary fieldsets X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=78baf48695352cf2575d934d79b596fa52d21264;p=moodle.git Added .invisiblefieldset class to hide unnecessary fieldsets --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c0c2d73343..42e45a0b0a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -293,6 +293,12 @@ form.popupform { font-weight:normal; font-size:1em; } + +.invisiblefieldset { + border: 0; + padding: 0; +} + span.hide, div.hide { display:none; @@ -418,11 +424,6 @@ form#adminsettings div.htmlarea { text-align:right; } -.headermenu fieldset{ - border: 0; - padding:0; -} - .navbar { width:auto; padding:3px 0.5em; @@ -2024,11 +2025,6 @@ body#mod-forum-search .introcontent { text-align:center; } -.forumsearch fieldset { - border: 0; - padding: 0px; -} - /*** *** Modules: Glossary ***/