Merge "Use HTMLForm to generate the form on Special:ListFiles"
[lhc/web/wiklou.git] / resources / src / 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 padding-top: 4em;
9 }
10
11 #mw-createaccount-cta,
12 #mw-createaccount-another {
13 font-size: 0.9em;
14 font-weight: normal;
15 text-align: center;
16 }
17
18 #mw-createaccount-join {
19 margin-left: 0.75em;
20 width: auto;
21 display: inline-block;
22 }