collapsed margin around header logo a increased the margin around header menu

This commit is contained in:
Kordan 2012-05-21 09:57:29 +02:00
parent 71d7bc34a8
commit c19d6d1b97

View File

@ -28,12 +28,13 @@ p {margin:0}
#page-header{line-height:0;overflow:hidden;}
/* headerlogo */
#headerlogo {position:relative;margin:0.3em;}
#headerlogo {position:relative;margin:0;}
/* if I use: position:absolute; I even need height:105px; in #page-header */
/* if I use: position:relative; z-index doesn't work*/
/* headermenu */
.headermenu {position:absolute;text-align:right;line-height:1.7em;font-size:90%;margin:0.3em;right:[[calculated:headermenuright]];top:15px;}
.headermenu {position:absolute;text-align:right;line-height:1.7em;font-size:90%;margin:0.5em;right:[[calculated:headermenuright]];top:15px;}
.langmenu {margin-right:0.4em}
#dock {background-color:[[setting:blockcontentbgc]];border-right:1px dashed #000;}
#dock .dockeditem_container {margin-top: 10px;}