From a7b4866ed9e1c7b49fa2d70b320730e0b5e8d7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 16 Feb 2015 21:15:09 +0100 Subject: [PATCH] REDESIGN --- static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/style.css b/static/style.css index c393286a..bea6700e 100755 --- a/static/style.css +++ b/static/style.css @@ -613,6 +613,7 @@ input[type="radio"] { #adminPanel{ height:570px; font-size:40px; + background-color:rgba(0,0,0,0.4); } .button{ @@ -627,6 +628,8 @@ input[type="radio"] { margin-left:100px; } + + #adminForm { margin-left:100px; } @@ -713,10 +716,15 @@ input[type="radio"] { margin:0 0 20px 0; } + #search:focus{ + box-shadow:0 0 0 0 #000; + } + #buttons { text-align:center; height:80px; margin:0; + background-color:rgba(0,0,0,0.4); } .skip, #settings {