]> git.sesse.net Git - vlc/commitdiff
Interface: HTTP server: set proper align when expanding menu buttons
authorGina Dobrescu <dobrescu.gina.adriana@gmail.com>
Tue, 17 Mar 2015 21:27:35 +0000 (21:27 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 18 Mar 2015 10:45:50 +0000 (11:45 +0100)
Fixes #13855

The small menu buttons on the left doesn't move downwards anymore when
the menu is expanded

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/http/css/main.css

index 1f459c44615ee2b77b9145de68ccefa75a1852ba..aebe6cef4d4abb37858e5ced4b44409300d72994 100644 (file)
@@ -107,6 +107,7 @@ body{
 }
 
 .buttonszone_active {
+       margin-top: 0px;
        width: 120px;
        margin-left:-122px;
        font-size:10px;