MediaWiki:Gadget-calculator-search.css
From WikiAnesthesia
Revision as of 19:57, 26 September 2021 by Chris Rishel (talk | contribs) (Created page with "#calculator-search { border-bottom: 1px solid #dee2e6; padding: 0.25rem 0rem; } @media only screen and (min-width: 950px) { #calculator-search { position:...")
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
#calculator-search {
border-bottom: 1px solid #dee2e6;
padding: 0.25rem 0rem;
}
@media only screen and (min-width: 950px) {
#calculator-search {
position: sticky;
top: 208px;
background: #ffffff;
z-index: 800;
}
}
#calculator-search form {
flex-wrap: nowrap;
}
#calculator-search h4 {
padding-top: 0;
}
.calculator-search-label {
font-size: 1.2rem;
font-weight: 500;
}
#calculator-search-input,
#calculator-category-input {
width: 114%;
}