Browse Source

Don't type behind searchbox

pull/84/head
Ruud 13 years ago
parent
commit
7675ef80fe
  1. 5
      couchpotato/core/plugins/movie/static/search.css

5
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;

Loading…
Cancel
Save