Revert "Remove styles for #mw-createaccount-join"
[lhc/web/wiklou.git] / resources / mediawiki.special / mediawiki.special.userlogin.login.css
1 /* The login form invites users to create an account */
2 #mw-createaccount-cta {
3 width: 20em;
4 height: 10em;
5 /* @embed */
6 background: url(images/glyph-people-large.png) no-repeat 50%;
7 margin: 0 auto;
8 }
9
10 #mw-createaccount-cta h3,
11 #mw-createaccount-another h3 {
12 font-size: 0.9em;
13 font-weight: normal;
14 text-align: center;
15 }
16
17 #mw-createaccount-cta h3 {
18 padding-top: 4em;
19 }
20
21 #mw-createaccount-join {
22 margin-left: 0.75em;
23 /* Separate from background image */
24 box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 1);
25 width: auto;
26 display: inline-block;
27 }