summaryrefslogtreecommitdiff
path: root/resources/src/mediawiki.special/mediawiki.special.userlogin.login.css
blob: 64471b2733b9e38728a9c00e6ab051f834718709 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* The login form invites users to create an account */
#mw-createaccount-cta {
	width: 20em;
	height: 10em;
	/* @embed */
	background: url(images/glyph-people-large.png) no-repeat 50%;
	margin: 0 auto;
	padding-top: 4em;
}

#mw-createaccount-cta,
#mw-createaccount-another {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
}

#mw-createaccount-join {
	margin-left: 0.75em;
	width: auto;
	display: inline-block;
}