diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-05-01 15:12:12 -0400 |
commit | c9aa36da061816dee256a979c2ff8d2ee41824d9 (patch) | |
tree | 29f7002b80ee984b488bd047dbbd80b36bf892e9 /resources/mediawiki.special/mediawiki.special.vforms.css | |
parent | b4274e0e33eafb5e9ead9d949ebf031a9fb8363b (diff) | |
parent | d1ba966140d7a60cd5ae4e8667ceb27c1a138592 (diff) |
Merge branch 'archwiki'
# Conflicts:
# skins/ArchLinux.php
# skins/ArchLinux/archlogo.gif
Diffstat (limited to 'resources/mediawiki.special/mediawiki.special.vforms.css')
-rw-r--r-- | resources/mediawiki.special/mediawiki.special.vforms.css | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/resources/mediawiki.special/mediawiki.special.vforms.css b/resources/mediawiki.special/mediawiki.special.vforms.css deleted file mode 100644 index 768a9c6e..00000000 --- a/resources/mediawiki.special/mediawiki.special.vforms.css +++ /dev/null @@ -1,46 +0,0 @@ -/* - * When inside the VForm style, disable the border that Vector and other skins - * put on the div surrounding the login/create account form. - * Also disable the margin and padding that Vector puts around the form. - */ -.mw-ui-container #userloginForm, -.mw-ui-container #userlogin { - border: 0; - margin: 0; - padding: 0; -} - -/* Reposition and resize language links, which appear on a per-wiki basis */ -.mw-ui-container #languagelinks { - margin-bottom: 2em; - font-size: 0.8em; -} - -/* Put some space under template's header, which may contain CAPTCHA HTML.*/ -section.mw-form-header { - margin-bottom: 10px; -} - -/* - * Styles for information boxes. - */ -.mw-ui-vform .errorbox, -.mw-ui-vform .warningbox, -.mw-ui-vform .successbox { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - font-size: 0.9em; - margin: 0 0 1em 0; - padding: 0.5em; - word-wrap: break-word; -} - -/* - * Override the right margin of the form to give space in case a benefits - * column appears to the side. - * - */ -.mw-ui-container #userloginForm { - margin-right: 100px; -} |