mirror of
https://github.com/moodle/moodle.git
synced 2025-02-12 03:26:34 +01:00
16 lines
279 B
CSS
16 lines
279 B
CSS
.block_search_forums .searchform {
|
|
text-align: center;
|
|
}
|
|
|
|
.block_search_forums .searchform img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.block_search_forums .searchform img.resize {
|
|
width: 1em;
|
|
height: 1.1em;
|
|
}
|
|
|
|
.block_search_forums .invisiblefieldset {
|
|
display: block;
|
|
} |