From fd78af9189eaa023d7cbf43d89b5a8fdcf2e5462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Thu, 29 Jan 2015 00:35:31 +0100 Subject: [PATCH] Padded the searchfield --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 90f93163..f5099d46 100755 --- a/static/style.css +++ b/static/style.css @@ -90,7 +90,7 @@ input[type="radio"]{display: none;} .button:hover{background-color: rgba(255,255,255,0.4); } #loading{display:none;} -#search{background: url(search2.png)no-repeat 10px 13px;background-color: rgba(255,255,255,0.2);background-size:3%;} +#search{padding-left:50px;background: url(search2.png)no-repeat 10px 13px;background-color: rgba(255,255,255,0.2);background-size:3%;} @-webkit-keyframes fadein{from {opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}