diff options
author | Holger Brunn <opensource@holgerbrunn.net> | 2013-01-31 21:21:43 +0100 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-02-07 14:46:27 -0500 |
commit | 28614f0344427018fd74d5653b196709956849a2 (patch) | |
tree | 932562b64acd45d16fd96edba30eb512b39e446f /templates | |
parent | 7370abe9792948cb92f2eb6ea689d244e04a4ae5 (diff) | |
download | ampache-28614f0344427018fd74d5653b196709956849a2.tar.gz ampache-28614f0344427018fd74d5653b196709956849a2.tar.bz2 ampache-28614f0344427018fd74d5653b196709956849a2.zip |
align search box with buttons
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html5_player.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/html5_player.css b/templates/html5_player.css index ea23d5c1..0290897e 100644 --- a/templates/html5_player.css +++ b/templates/html5_player.css @@ -73,8 +73,8 @@ } #html5_player #search { - top: 54px; - right: 5px; + top: 61px; + right: 1px; position: absolute; } #html5_player #search input |