From: urs_hunkler Date: Tue, 10 Jul 2007 20:29:27 +0000 (+0000) Subject: MDL-8812 - one more of these display: inline issues with invisiblefieldset :-( Can... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7ea2be69b8f8a98f50bfe8322383ab44fae54214;p=moodle.git MDL-8812 - one more of these display: inline issues with invisiblefieldset :-( Can someone replace this problematic solution with another one - please! after correcting the property to display:block the search button moves below the search field when the text gets longer or the block width very narrow. --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 03dee4976a..692aabed90 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1310,6 +1310,10 @@ a.skip-block, .skip-block { text-align: center; } +.block_search_forums .invisiblefieldset { + display: block; +} + /*** *** Blogs ***/