I think the last commit made the buttons a bit too big.

This commit is contained in:
ccd0 2015-03-05 12:14:03 -08:00
parent 09c97b931e
commit 82ff44c421

View File

@ -1286,12 +1286,10 @@ input.field.tripped:not(:hover):not(:focus) {
padding: 0;
}
#qr-file-button {
-webkit-flex: .1 .1 40px;
flex: .1 .1 40px;
width: 15%;
}
#file-n-submit input[type="submit"] {
-webkit-flex: .25 .25 40px;
flex: .25 .25 40px;
width: 25%;
}
#qr-filename-container {
-webkit-flex: 1 1 auto;