acidfilez
21 Jan 2010, 8:56 AM
The desktop example separator menu is display wrongly in firefox:
Too much black between settings and logout.:
18366
This error goes back to extjs 2.0.
To fix edit desktop.css
.ux-toolmenu-sep {
background-color:#18191a;
border-bottom:1px solid #858789;
display:block;
height: 5px;
font-size:1px;
line-height:1px;
margin:2px 3px;
}
Edit height as needed.
Too much black between settings and logout.:
18366
This error goes back to extjs 2.0.
To fix edit desktop.css
.ux-toolmenu-sep {
background-color:#18191a;
border-bottom:1px solid #858789;
display:block;
height: 5px;
font-size:1px;
line-height:1px;
margin:2px 3px;
}
Edit height as needed.