Difference between revisions of "MediaWiki:Common.css"
From The Embassy of Good Science
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | //overwrite | + | |
| + | //overwrite width of input field dropdown | ||
#pfForm select { | #pfForm select { | ||
width:100% !important; | width:100% !important; | ||
| + | } | ||
| + | |||
| + | // set width of botton dropdown, e.g. on page "Resources" | ||
| + | .pageheader-form-button.formbutton-add.formbutton-add--dropdown .te-dropdown-menu { | ||
| + | width:400px; | ||
} | } | ||
Revision as of 10:56, 17 December 2023
/* CSS placed here will be applied to all skins */
//overwrite width of input field dropdown
#pfForm select {
width:100% !important;
}
// set width of botton dropdown, e.g. on page "Resources"
.pageheader-form-button.formbutton-add.formbutton-add--dropdown .te-dropdown-menu {
width:400px;
}
