From d6be6ca92c727a993d731843914f137f987fb76d Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Tue, 26 Jul 2011 13:25:37 +0000 Subject: [PATCH] Fix display issues with the portal's top menu bar. SVN:trunk[1367] --- portal/portal.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/portal/portal.css b/portal/portal.css index 53f551dd0..922d85000 100644 --- a/portal/portal.css +++ b/portal/portal.css @@ -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; }