Difference between revisions of "MediaWiki:Common.css"

From KIproBatt Wiki
(reduce size of SemanticFormsSelect input fields)
(remove VisNetwork)
 
(2 intermediate revisions by the same user not shown)
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;
 
}
 

Latest revision as of 05:03, 21 May 2022

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