Flushy flushy
This commit is contained in:
parent
5fcc459ca2
commit
7b5d5b04cc
@ -2307,6 +2307,9 @@
|
|||||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
|
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */\
|
||||||
display: none;\
|
display: none;\
|
||||||
}\
|
}\
|
||||||
|
#qr form {\
|
||||||
|
width: 302px;\
|
||||||
|
}\
|
||||||
#qr form, #qr #com_submit, #qr input[type="file"] {\
|
#qr form, #qr #com_submit, #qr input[type="file"] {\
|
||||||
margin: 0;\
|
margin: 0;\
|
||||||
}\
|
}\
|
||||||
@ -2340,7 +2343,7 @@
|
|||||||
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\
|
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {\
|
||||||
height: 0;\
|
height: 0;\
|
||||||
width: 0;\
|
width: 0;\
|
||||||
padding: 9px 6px !important;\
|
padding: 10px 6px !important;\
|
||||||
margin-left: -16px;\
|
margin-left: -16px;\
|
||||||
position: relative;\
|
position: relative;\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -1821,6 +1821,9 @@ main =
|
|||||||
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
|
#qr #recaptcha_table td:nth-of-type(3) {/* captcha logos */
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#qr form {
|
||||||
|
width: 302px;
|
||||||
|
}
|
||||||
#qr form, #qr #com_submit, #qr input[type="file"] {
|
#qr form, #qr #com_submit, #qr input[type="file"] {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
@ -1854,7 +1857,7 @@ main =
|
|||||||
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {
|
#qr #recaptcha_reload, #qr #recaptcha_switch_audio, #qr #recaptcha_whatsthis {
|
||||||
height: 0;
|
height: 0;
|
||||||
width: 0;
|
width: 0;
|
||||||
padding: 9px 6px !important;
|
padding: 10px 6px !important;
|
||||||
margin-left: -16px;
|
margin-left: -16px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user