From 82ff44c4217cea7648570779ff12143b6f9ac71f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 5 Mar 2015 12:14:03 -0800 Subject: [PATCH] I think the last commit made the buttons a bit too big. --- src/General/css/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index c508a8651..84ea4830c 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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;