浏览代码

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1367 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 年之前
父节点
当前提交
c41d392c3d
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      portal/portal.css

+ 11 - 1
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;
 }