Jelajahi Sumber

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 tahun lalu
induk
melakukan
c41d392c3d
1 mengubah file dengan 11 tambahan dan 1 penghapusan
  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;
 }