Difference between revisions of "User:A.allison/Common.css changes"
Jump to navigation
Jump to search
(Created page with "All changes made to Mediawiki:Common.css are listed here. ===Remove Upload link from Toolbox=== Added following lines: <syntaxhighlight lang="css"> /* Moved upload link from ...") |
|||
Line 5: | Line 5: | ||
/* Moved upload link from toolbox into the MediaWiki:Sidebar thus suppressing the old duplicate */ | /* Moved upload link from toolbox into the MediaWiki:Sidebar thus suppressing the old duplicate */ | ||
div#p-tb li#t-upload { display: none; } | div#p-tb li#t-upload { display: none; } | ||
+ | </syntaxhighlight> | ||
+ | ===Increase size of search box=== | ||
+ | Added following line: | ||
+ | <syntaxhighlight lang="css"> | ||
+ | /* Increased size of search box */ | ||
+ | #simpleSearch input#searchInput {width: 14em;} | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 11:21, 13 November 2010
All changes made to Mediawiki:Common.css are listed here.
Remove Upload link from Toolbox
Added following lines: <syntaxhighlight lang="css"> /* Moved upload link from toolbox into the MediaWiki:Sidebar thus suppressing the old duplicate */ div#p-tb li#t-upload { display: none; } </syntaxhighlight>
Increase size of search box
Added following line: <syntaxhighlight lang="css"> /* Increased size of search box */
- simpleSearch input#searchInput {width: 14em;}
</syntaxhighlight>