Fix alignment of /f/ tag selector with Files button.

This CSS will also work for the /pol/ flag selector if that ever
comes back.

@Nebukazar
Yet another thing to override in OneeChan.
This commit is contained in:
ccd0 2015-03-04 18:20:33 -08:00
parent 61d795ce33
commit 7d4ae6e39d

View File

@ -1275,7 +1275,8 @@ input.field.tripped:not(:hover):not(:focus) {
align-items: stretch; align-items: stretch;
margin-top: 1px; margin-top: 1px;
} }
:root.gecko #file-n-submit > input { :root.gecko #file-n-submit > input,
:root.gecko #qr > form > select {
margin: 0px -1px -1px; margin: 0px -1px -1px;
} }
#file-n-submit input[type="submit"] { #file-n-submit input[type="submit"] {