Merge "New maintenance script to recalculate category membership counts"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.userlogin.common.css
1 /* User login and signup forms */
2 .mw-ui-vform .mw-form-related-link-container {
3 margin-bottom: 0.5em;
4 text-align: center;
5 }
6
7 .mw-ui-vform .mw-secure {
8 /* @embed */
9 background: url( images/icon-lock.png ) no-repeat left center;
10 margin: 0 0 0 1px;
11 padding: 0 0 0 11px;
12 }
13
14 /*
15 * When inside the VForm style, disable the border that Vector and other skins
16 * put on the div surrounding the login/create account form.
17 * Also disable the margin and padding that Vector puts around the form.
18 */
19 .mw-ui-container #userloginForm,
20 .mw-ui-container #userlogin {
21 border: 0;
22 margin: 0;
23 padding: 0;
24 }
25
26 /* Reposition and resize language links, which appear on a per-wiki basis */
27 .mw-ui-container #languagelinks {
28 margin-bottom: 2em;
29 font-size: 0.8em;
30 }
31
32 /* Put some space under template's header, which may contain CAPTCHA HTML. */
33 section.mw-form-header {
34 margin-bottom: 10px;
35 }
36
37 /* shuffled CAPTCHA */
38 #wpCaptchaWord {
39 margin-top: 6px;
40 }
41
42 .fancycaptcha-captcha-container {
43 background-color: #f8f8f8;
44 border: 1px solid #c9c9c9;
45 padding: 10px;
46 text-align: center;
47 margin-bottom: 15px;
48 }
49
50 .mw-createacct-captcha-assisted {
51 display: block;
52 margin-top: 0.5em;
53 }
54
55 /* Put a border around the fancycaptcha-image-container. */
56 .fancycaptcha-captcha-and-reload {
57 border: 1px solid #c9c9c9;
58 /* Other display formats end up too wide */
59 display: table-cell;
60 width: 270px;
61 background-color: #fff;
62 }
63
64 /* Make the fancycaptcha-image-container full-width within its parent. */
65 .fancycaptcha-image-container {
66 width: 100%;
67 }