[vlc-devel] [PATCH] Interface: HTTP server: set proper align when expanding menu buttons
Gina Dobrescu
dobrescu.gina.adriana at gmail.com
Tue Mar 17 23:27:35 CET 2015
Fixes #13855
The small menu buttons on the left doesn't move downwards anymore when
the menu is expanded
---
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;
--
1.9.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20150317/bad95e88/attachment.html>
More information about the vlc-devel
mailing list