Fix display issues with the portal's top menu bar.

SVN:trunk[1367]
This commit is contained in:
Denis Flaven
2011-07-26 13:25:37 +00:00
parent 9024e0b2db
commit d6be6ca92c

View File

@@ -35,7 +35,16 @@ div#portal #logo {
line-height: 48px;
padding-right:50px;
}
div#menu {
display: block;
width: auto;
position: absolute;
top: 0;
left: 200px;
right: 0px;
line-height: 48px;
height: 48px;
}
#portal_menu {
height: 60px;
}
@@ -72,6 +81,7 @@ a.button span {
}
#logoff {
display: block;
float: right;
background: url(../images/logoff.png) right center no-repeat;
}