mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
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:
parent
cd20e11c28
commit
7ea2be69b8
@ -1310,6 +1310,10 @@ a.skip-block, .skip-block {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.block_search_forums .invisiblefieldset {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/***
|
||||
*** Blogs
|
||||
***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user