From 9d6314766c1bb07e3b9be1d12bf6e1b87b4b3127 Mon Sep 17 00:00:00 2001 From: Gina Dobrescu Date: Tue, 17 Mar 2015 21:27:35 +0000 Subject: [PATCH] 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 (cherry picked from commit 42970596e763a9fe34815a6ddf835cdc29be9eb1) Signed-off-by: Jean-Baptiste Kempf --- 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 1f459c4461..aebe6cef4d 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;