From b42dbe5b3782719fc12a6f747e4d8c04638577c6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 25 Mar 2016 18:45:43 +0100 Subject: [PATCH] Fix restore old css. New ergonomy best practice rules tends to ask reduce the more we can lines and orders around menu and area. I will restore the separator when adapting the style to match look of md theme later... --- htdocs/theme/eldy/style.css.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index fd7d4f8ae5c..17187fba7fc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1295,8 +1295,7 @@ a.vsmenu.addbookmarkpicto { } .vmenu div.blockvmenuend { - padding-top: 0px; - padding-bottom: 0px; + padding-bottom: 5px; } .vmenu div.blockvmenulogo { @@ -1323,8 +1322,8 @@ div.blockvmenupair, div.blockvmenuimpair, div.blockvmenubookmarks, div.blockvmen border-left: 1px solid #AAA; border-right: 1px solid #BBB; - border-bottom: 1px solid #BBB; -/* border-top: 1px solid #BBB; +/* border-bottom: 1px solid #BBB; + border-top: 1px solid #BBB; border-radius: 4px; -moz-border-radius: 4px; -moz-box-shadow: 3px 3px 4px #DDD;