Difference between revisions of "MediaWiki:Common.css"

From KIproBatt Wiki
(reduce size of SemanticFormsSelect input fields)
(Undo revision 427 by Simon Stier (talk))
Tag: Undo
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 09:03, 24 April 2021

/* CSS placed here will be applied to all skins */