More fixes for CSS of MW 1.32, need to verify earlier MW versions

login-improvements
Tom Hutchison 2019-03-12 21:13:05 -04:00
parent f586bf4c5c
commit cb3906ac5b
2 changed files with 21 additions and 0 deletions

View File

@ -5,6 +5,8 @@
A [MediaWiki](http://www.mediawiki.org) skin that focuses on mobile first but will pivot to all viewports with elegance. Supports responsive layouts and has classes predefined for [Semantic MediaWiki](http://semantic-mediawiki.org/wiki/Semantic_MediaWiki). Built on the [Zurb Foundation 5](http://foundation.zurb.com) CSS framework.
Read the docs below (short version) or see [pivot.wikiproject.net](https://pivot.wikiproject.net) for more detailed docs with FAQs and examples of use.
## Download
First, copy the Pivot source files into your MediaWiki skins directory (see [skinning](https://www.mediawiki.org/wiki/Manual:Skinning) for general information on MediaWiki skins). You can either download the files and extract them from:

View File

@ -592,6 +592,25 @@ button, .button {
input[type="search"] {
margin: 0;
}
input[type="date"] {
margin: .5rem 0;
}
input[type="date"] {
width: auto;
}
input[type="file"], select {
padding: 5px 20px 5px 5px;
margin: .5rem 0;
}
input:not([type]), textarea, p.meta {
margin: .5rem 0;
}
input[type="text"] {
margin: .5rem 0;
}
select {
width: auto;
}
input[type="submit"] {
background-color: #5da423;