From cd6708e2c55d840b4df85aa2f6480ad8a116b5da Mon Sep 17 00:00:00 2001 From: Kylart Date: Tue, 7 Feb 2017 15:31:35 +0100 Subject: [PATCH] Fixed size of inputs in 'seasonal page'. --- app/style.css | 4 ++-- index.html | 4 +--- renderer.js | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/style.css b/app/style.css index 9d2638c..f343666 100644 --- a/app/style.css +++ b/app/style.css @@ -205,7 +205,7 @@ body height: 5%; } -.md-input-container +.md-input-container.downloader-input { width: 35%; } @@ -460,7 +460,7 @@ body .md-input-container { - /*width: 20%;*/ + width: 20%; } .field-group diff --git a/index.html b/index.html index 9acc826..78c21df 100644 --- a/index.html +++ b/index.html @@ -173,8 +173,7 @@
+ id="back-button" class="md-raised md-accent"> Back
@@ -251,7 +250,6 @@
diff --git a/renderer.js b/renderer.js index 9b5c425..9786e3c 100644 --- a/renderer.js +++ b/renderer.js @@ -35,7 +35,7 @@ Vue.material.registerTheme({ primary: 'white', accent: 'indigo', warn: 'deep-orange', - background: 'grey' + background: 'white' }, radio: { primary: 'white',