From cea1bd179f5ce1cb1f73eaeba1735489c85055d5 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 28 Feb 2015 22:10:51 -0800 Subject: [PATCH] Fix submit button width at 25% again. --- src/General/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index cf10da731..08efc9feb 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1264,7 +1264,7 @@ input.field.tripped:not(:hover):not(:focus) { width: 100%; } -/* Fake File Input */ +/* File Input, Submit Button */ #file-n-submit { display: -webkit-flex; display: flex; @@ -1275,6 +1275,9 @@ input.field.tripped:not(:hover):not(:focus) { :root.gecko #file-n-submit > input { margin: 0px -1px -1px; } +#file-n-submit input[type="submit"] { + width: 25%; +} #qr-filename-container { -webkit-flex: 1 1 auto; flex: 1 1 auto;