From: skodak Date: Fri, 5 Jan 2007 21:33:48 +0000 (+0000) Subject: MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=aeab95f9db5f78094fcb8f595eb83965dce2e33c;p=moodle.git MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it behaved like a block, added display:inline directive --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index a4dc616153..301ddafa1f 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -276,7 +276,7 @@ img.emoticon { } form.popupform { - display: inline; + display: inline; } .arrow_button { @@ -303,8 +303,10 @@ form.popupform { } .invisiblefieldset { - border: 0; - padding: 0; + display:inline; + border:0px; + padding:0px; + margin:0px; } span.hide,