From: Spage Date: Thu, 30 Jan 2014 06:25:02 +0000 (+0000) Subject: Revert "Remove styles for #mw-createaccount-join" X-Git-Tag: 1.31.0-rc.0~17079^2 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=e1acf708f80778d63e01792e7ee6f8b050aaa863;p=lhc%2Fweb%2Fwiklou.git Revert "Remove styles for #mw-createaccount-join" The CSS makes the button not full-width and gives it a white border to stand out from the image behind. These will be unnecessary when we right-align Agora buttons and drop the background image, but not yet. This reverts commit c6218b8f008403c519d797140b76ae4f215347e3. Change-Id: I39776b554909978094bfaa031b3ece6066f998ca --- diff --git a/resources/mediawiki.special/mediawiki.special.userlogin.login.css b/resources/mediawiki.special/mediawiki.special.userlogin.login.css index 637121e0ec..85730f53b4 100644 --- a/resources/mediawiki.special/mediawiki.special.userlogin.login.css +++ b/resources/mediawiki.special/mediawiki.special.userlogin.login.css @@ -18,3 +18,10 @@ padding-top: 4em; } +#mw-createaccount-join { + margin-left: 0.75em; + /* Separate from background image */ + box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 1); + width: auto; + display: inline-block; +}