# HG changeset patch # User hamidouk # Date 1322819798 -3600 # Node ID c3a08790e8c881ca10113214c1f00d13ca765e73 # Parent 6915c4c6163d0a2a0984c90d18b4da55ea24e9e7 fixed borders bug. diff -r 6915c4c6163d -r c3a08790e8c8 src/css/LdtPlayer.css --- a/src/css/LdtPlayer.css Fri Dec 02 10:52:55 2011 +0100 +++ b/src/css/LdtPlayer.css Fri Dec 02 10:56:38 2011 +0100 @@ -174,6 +174,7 @@ height: 25px; border-right: 1px solid #b6b8b8; float: left; + border-left: none; } .Ldt-CtrlSearch:hover { @@ -216,6 +217,7 @@ .Ldt-CtrlSound { float: right; + border-left: none; height: 25px; top: 7px; position: inherit;