Fix height of QR buttons in WebKit.

This commit is contained in:
ccd0 2015-04-24 14:30:31 -07:00
parent 29de9bc9cb
commit 7ee88bcde8

View File

@ -1280,6 +1280,7 @@ input.field.tripped:not(:hover):not(:focus) {
background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;
border: 1px solid #BBB;
border-radius: 2px;
height: 100%;
}
#qr-file-button {
width: 15%;