From 7ea2be69b8f8a98f50bfe8322383ab44fae54214 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Tue, 10 Jul 2007 20:29:27 +0000 Subject: [PATCH] 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. --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) 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 ***/ -- 2.39.5