X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.special%2Fmediawiki.special.userlogin.common.css;h=2366249253d42d290166fd06b40c6a050096d1df;hb=2480aae0c97d822e10b50619e7b48b25c45af073;hp=fd907ac252312a4df643f010beb34b5fcf86a12a;hpb=65e4a41e96da6937d8e7155d81b635ba0e124d85;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 fd907ac252..2366249253 100644 --- a/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css +++ b/resources/src/mediawiki.special/mediawiki.special.userlogin.common.css @@ -1,5 +1,5 @@ -/* Styles for user login and signup forms */ -.mw-form-related-link-container { +/* User login and signup forms */ +.mw-ui-vform .mw-form-related-link-container { margin-bottom: 0.5em; text-align: center; } @@ -29,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; } @@ -40,11 +40,12 @@ section.mw-form-header { } .fancycaptcha-captcha-container { - background-color: #f8f8f8; - border: 1px solid #c9c9c9; - padding: 10px; - text-align: center; + background-color: #f8f9fa; margin-bottom: 15px; + border: 1px solid #c8ccd1; + border-radius: 2px; + padding: 8px; + text-align: center; } .mw-createacct-captcha-assisted { @@ -54,13 +55,20 @@ section.mw-form-header { /* Put a border around the fancycaptcha-image-container. */ .fancycaptcha-captcha-and-reload { - border: 1px solid #c9c9c9; + border: 1px solid #c8ccd1; + border-radius: 2px 2px 0 0; /* Other display formats end up too wide */ display: table-cell; width: 270px; background-color: #fff; } +.fancycaptcha-captcha-container .mw-ui-input { + margin-top: -1px; + border-color: #c8ccd1; + border-radius: 0 0 2px 2px; +} + /* Make the fancycaptcha-image-container full-width within its parent. */ .fancycaptcha-image-container { width: 100%;