From 64e1004fa8ebd7f8032a3434d7bab19469747573 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 1 Nov 2015 23:23:10 -0800 Subject: [PATCH] CSS: .oekaki -> #qr .oekaki --- src/General/css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index ca41eca29..5bbe377ff 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1367,7 +1367,7 @@ input.field.tripped:not(:hover):not(:focus) { } /* File Input, Submit Button, Oekaki */ -#file-n-submit, .oekaki { +#file-n-submit, #qr .oekaki { display: -webkit-flex; display: flex; -webkit-align-items: stretch; @@ -1422,10 +1422,10 @@ input#qr-filename { #qr-no-file { color: #AAA; } -.oekaki.has-file { +#qr .oekaki.has-file { display: none; } -.oekaki > label { +#qr .oekaki > label { -webkit-flex: 1 1 auto; flex: 1 1 auto; width: 0; @@ -1435,10 +1435,10 @@ input#qr-filename { align-items: center; height: 100%; } -.oekaki > label > span { +#qr .oekaki > label > span { margin: 0 3px; } -.oekaki > label > input { +#qr .oekaki > label > input { -webkit-flex: 1 1 auto; flex: 1 1 auto; width: 0;