mirror of
https://github.com/Hutchy68/pivot.git
synced 2024-11-21 09:59:04 +01:00
More fixes for CSS of MW 1.32, need to verify earlier MW versions
This commit is contained in:
parent
f586bf4c5c
commit
cb3906ac5b
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user