Skip to content

Commit

Permalink
FIX : add line of separation between left menu
Browse files Browse the repository at this point in the history
otherwise we don't show the separate between lert menu block
  • Loading branch information
defrance committed Mar 25, 2016
1 parent a2e9832 commit 93158db
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -1289,10 +1289,15 @@
{
margin: 0 0 8px 2px;
}
.vmenu div.blockvmenuend, div.blockvmenusearch
.vmenu div.blockvmenusearch
{
padding-bottom: 5px;
}
.vmenu div.blockvmenuend
{
padding-top: 0px;
padding-bottom: 0px;
}
.vmenu div.blockvmenulogo
{
padding-bottom: 10px;
Expand All @@ -1318,8 +1323,8 @@

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;
Expand Down

0 comments on commit 93158db

Please sign in to comment.