Revert "Remove styles for #mw-createaccount-join"
authorSpage <spage@wikimedia.org>
Thu, 30 Jan 2014 06:25:02 +0000 (06:25 +0000)
committerSpage <spage@wikimedia.org>
Thu, 30 Jan 2014 06:28:36 +0000 (06:28 +0000)
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

resources/mediawiki.special/mediawiki.special.userlogin.login.css

index 637121e..85730f5 100644 (file)
        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;
+}