Difference between revisions of "MediaWiki:Common.css"
From KIproBatt Wiki
(test css via hook) Tag: Replaced |
Simon Stier (talk | contribs) (reduce size of SemanticFormsSelect input fields) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | //reduce size of SemanticFormsSelect input fields | ||
+ | span.select-sfs select { | ||
+ | min-width: 75px !important; | ||
+ | } | ||
+ | span.select-sfs { | ||
+ | min-width: 75px; | ||
+ | } | ||
+ | #pfForm select, #pfForm input[type="checkbox"] { | ||
+ | max-width: 100%; | ||
+ | width: 75px !important; | ||
+ | } |
Revision as of 07:48, 24 April 2021
/* CSS placed here will be applied to all skins */
//reduce size of SemanticFormsSelect input fields
span.select-sfs select {
min-width: 75px !important;
}
span.select-sfs {
min-width: 75px;
}
#pfForm select, #pfForm input[type="checkbox"] {
max-width: 100%;
width: 75px !important;
}