X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fmediawiki.special.userlogin.common.css;h=4a48f460c1542d7836adb7c287eb4775745ad491;hb=bad0cb2a9f53b67e49d84323d835a5040676fd1e;hp=b66f20e3fc850b6e9839f1f29a41c69020f274d9;hpb=19a38526f390cfdc6a6061cc055fc7f13167bf03;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css b/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css index b66f20e3fc..4a48f460c1 100644 --- a/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css +++ b/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css @@ -1,11 +1,12 @@ -/* Styles for user login and signup forms */ -#mw-userlogin-help { +/* User login and signup forms */ +.mw-ui-vform .mw-form-related-link-container { + margin-bottom: 0.5em; text-align: center; } .mw-ui-vform .mw-secure { /* @embed */ - background: url(images/icon-lock.png) no-repeat scroll left center transparent; + background: url( images/icon-lock.png ) no-repeat left center; margin: 0 0 0 1px; padding: 0 0 0 11px; } @@ -28,7 +29,7 @@ font-size: 0.8em; } -/* Put some space under template's header, which may contain CAPTCHA HTML.*/ +/* Put some space under template's header, which may contain CAPTCHA HTML. */ section.mw-form-header { margin-bottom: 10px; } @@ -38,11 +39,12 @@ section.mw-form-header { margin-top: 6px; } -.mw-createacct-captcha-container { +.fancycaptcha-captcha-container { background-color: #f8f8f8; border: 1px solid #c9c9c9; padding: 10px; text-align: center; + margin-bottom: 15px; } .mw-createacct-captcha-assisted { @@ -51,12 +53,12 @@ section.mw-form-header { } /* Put a border around the fancycaptcha-image-container. */ -.mw-createacct-captcha-and-reload { +.fancycaptcha-captcha-and-reload { border: 1px solid #c9c9c9; /* Other display formats end up too wide */ display: table-cell; width: 270px; - background-color: #FFF; + background-color: #fff; } /* Make the fancycaptcha-image-container full-width within its parent. */