From cb3906ac5b4ecf3dc6c45641fec8a6672a2af7a4 Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Tue, 12 Mar 2019 21:13:05 -0400 Subject: [PATCH] More fixes for CSS of MW 1.32, need to verify earlier MW versions --- README.md | 2 ++ assets/stylesheets/pivot.css | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/README.md b/README.md index 219a5ef..e428fa6 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/assets/stylesheets/pivot.css b/assets/stylesheets/pivot.css index e59269d..dad25c9 100644 --- a/assets/stylesheets/pivot.css +++ b/assets/stylesheets/pivot.css @@ -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;