vlc | branch: master | Gina Dobrescu <[email protected]> | Tue 
Mar 17 21:27:35 2015 +0000| [42970596e763a9fe34815a6ddf835cdc29be9eb1] | 
committer: Jean-Baptiste Kempf

Interface: HTTP server: set proper align when expanding menu buttons

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 <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=42970596e763a9fe34815a6ddf835cdc29be9eb1
---

 share/lua/http/css/main.css |    1 +
 1 file changed, 1 insertion(+)

diff --git a/share/lua/http/css/main.css b/share/lua/http/css/main.css
index 1f459c4..aebe6ce 100644
--- a/share/lua/http/css/main.css
+++ b/share/lua/http/css/main.css
@@ -107,6 +107,7 @@ body{
 }
 
 .buttonszone_active {
+       margin-top: 0px;
        width: 120px;
        margin-left:-122px;
        font-size:10px;

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to