submenu displayed with all links inline

This commit is contained in:
Serghei Mihai 2013-10-30 15:10:18 +01:00
parent 302694a081
commit c2fe01a056
No known key found for this signature in database
GPG Key ID: 76D1C964BF2FA1AF
1 changed files with 27 additions and 0 deletions

View File

@ -3393,4 +3393,31 @@ body.largeText #content-core p {
max-width: 440px;
}
#lcol {
width: 100%;
}
#lcol dl.portlet ul.navTreeLevel0 > .navTreeItem {
float: left;
margin: 0 5px;
}
#lcolmenu {
background: url('/++theme++plonetheme.pfbweb/images/barrette.gif') repeat-x;
height: 5px
}
#lcol img {
visibility: hidden;
}
#lcol ul.navTree {
margin-top: 5px;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem {
float: left;
margin: 0 5px;
}
}