Difference between revisions of "MediaWiki:Common.css"

From The Embassy of Good Science
(Created page with "→‎CSS placed here will be applied to all skins: //overwrite with of input field dropdown #pfForm select { width:100%; }")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
//overwrite with of input field dropdown
+
 
 +
/* overwrite width of input field dropdown */
 
#pfForm select {
 
#pfForm select {
   width:100%;
+
   width:100% !important;
 +
}
 +
 
 +
/* set width of botton dropdown, e.g. on page "Resources" */
 +
div.formbutton-add--dropdown div.te-dropdown-menu {
 +
  width:400px !important;
 
}
 
}

Latest revision as of 12:08, 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" */
div.formbutton-add--dropdown div.te-dropdown-menu {
  width:400px !important;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.
5.1.6