Calc Sidebar Alignemten section fix leftindent alignment
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: If77f343e66cea627a7eb2afadd2905df8b332c82
This commit is contained in:
parent
6ebd84831e
commit
97f478fcc7
1 changed files with 6 additions and 0 deletions
|
@ -439,6 +439,8 @@ button#button2.ui-pushbutton.jsdialog.sidebar {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar #leftindent,
|
||||||
.sidebar #LB_GLOW_TRANSPARENCY,
|
.sidebar #LB_GLOW_TRANSPARENCY,
|
||||||
.sidebar #LB_DISTANCE,
|
.sidebar #LB_DISTANCE,
|
||||||
.sidebar #LB_SHADOW_BLUR,
|
.sidebar #LB_SHADOW_BLUR,
|
||||||
|
@ -449,6 +451,10 @@ button#button2.ui-pushbutton.jsdialog.sidebar {
|
||||||
right: 18px;
|
right: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar #leftindent {
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
#TableEditPanelPanelExpander #grid1 > tr > td {
|
#TableEditPanelPanelExpander #grid1 > tr > td {
|
||||||
width: 176px;
|
width: 176px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue