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.

This commit is contained in:
urs_hunkler 2007-07-10 20:29:27 +00:00
parent cd20e11c28
commit 7ea2be69b8

View File

@ -1310,6 +1310,10 @@ a.skip-block, .skip-block {
text-align: center;
}
.block_search_forums .invisiblefieldset {
display: block;
}
/***
*** Blogs
***/