Fix captcha centering (broken by 46fd6744da2d4e8e3a2e3916ad6fd4483edc5ddf).

This commit is contained in:
ccd0 2015-11-10 19:01:46 -08:00
parent 55c58a33cc
commit 7b413f62de

View File

@ -1333,10 +1333,10 @@ input.field.tripped:not(:hover):not(:focus) {
}
#qr .captcha-container > div {
margin: auto;
width: 304px;
}
/* scrollable with scroll bar hidden; prevents scroll on space press */
:root.blink #qr .captcha-container > div {
width: 304px;
overflow: hidden;
}
:root.blink #qr .captcha-container > div > div:first-of-type {