forked from extern/egroupware
adjust statusbar height so new selectbox does not overlap currentapp titlebar
This commit is contained in:
parent
a166bb0f57
commit
696fd0064d
@ -356,15 +356,15 @@ body {
|
|||||||
|
|
||||||
#divStatusBar
|
#divStatusBar
|
||||||
{
|
{
|
||||||
/*background-color:white;*/
|
/*background-color:#bdbdbd;*/
|
||||||
position: relative;
|
position: relative;
|
||||||
top:0px
|
top:0px
|
||||||
left:0px;
|
left:0px;
|
||||||
height:18px;
|
height:23px;
|
||||||
vertical-align:bottom;
|
vertical-align:bottom;
|
||||||
border: 0px solid black;
|
border: 0px solid black;
|
||||||
padding-left:186px;
|
padding-left:186px;
|
||||||
padding-top:0px;
|
padding-top:6px;
|
||||||
/*margin-top: 18px;*/
|
/*margin-top: 18px;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user