From 7675ef80fe1c3658856c2d4c4f12a72ab1cf912e Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 11 Mar 2012 00:21:29 +0100 Subject: [PATCH] Don't type behind searchbox --- couchpotato/core/plugins/movie/static/search.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/search.css b/couchpotato/core/plugins/movie/static/search.css index 9f4866b..b3ef1e5 100644 --- a/couchpotato/core/plugins/movie/static/search.css +++ b/couchpotato/core/plugins/movie/static/search.css @@ -10,12 +10,15 @@ } .search_form input { - padding: 4px; + padding: 4px 20px 4px 4px; margin: 0; font-size: 14px; width: 100%; height: 24px; } + .search_form input:focus { + padding-right: 83px; + } .search_form .input .enter { background: #369545 url('../images/sprite.png') right -188px no-repeat;