mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Fix display issues with the portal's top menu bar.
SVN:trunk[1367]
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user