MediaWiki:Metrolook.css: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
(Hiding languageselector-commit-1 as well) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Metrolook skin */ | /* All CSS here will be loaded for users of the Metrolook skin */ | ||
/*Search bar appearance tweaks*/ | /* Search bar appearance tweaks */ | ||
#simpleSearch{ | #simpleSearch{ | ||
border: 0; | border: 0; | ||
Line 10: | Line 10: | ||
#simpleSearch #searchInput { | #simpleSearch #searchInput { | ||
height: 100%; | height: 100%; | ||
} | |||
/* TODO: Too much bouncing */ | |||
#mw-indicator-smw-entity-examiner, #languageselector-commit-1 { | |||
display: none; | |||
} | } |
Latest revision as of 19:02, 15 November 2024
/* All CSS here will be loaded for users of the Metrolook skin */
/* Search bar appearance tweaks */
#simpleSearch{
border: 0;
border-radius:4px;
margin-top: 0;
height: 1.6em;
}
#simpleSearch #searchInput {
height: 100%;
}
/* TODO: Too much bouncing */
#mw-indicator-smw-entity-examiner, #languageselector-commit-1 {
display: none;
}