Calc Sidebar Alignemten section fix leftindent alignment

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: If77f343e66cea627a7eb2afadd2905df8b332c82
This commit is contained in:
andreas kainz 2022-03-15 20:40:38 +01:00 committed by Andreas_K
parent 6ebd84831e
commit 97f478fcc7

View file

@ -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;
} }