From 97f478fcc76156160e26f65a3e2910c5a76530cc Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Tue, 15 Mar 2022 20:40:38 +0100 Subject: [PATCH] Calc Sidebar Alignemten section fix leftindent alignment Signed-off-by: andreas kainz Change-Id: If77f343e66cea627a7eb2afadd2905df8b332c82 --- browser/css/jssidebar.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/browser/css/jssidebar.css b/browser/css/jssidebar.css index 272be1a13..0ee229231 100644 --- a/browser/css/jssidebar.css +++ b/browser/css/jssidebar.css @@ -439,6 +439,8 @@ button#button2.ui-pushbutton.jsdialog.sidebar { position: relative; left: 4px; } + +.sidebar #leftindent, .sidebar #LB_GLOW_TRANSPARENCY, .sidebar #LB_DISTANCE, .sidebar #LB_SHADOW_BLUR, @@ -449,6 +451,10 @@ button#button2.ui-pushbutton.jsdialog.sidebar { right: 18px; } +.sidebar #leftindent { + line-height: 32px; +} + #TableEditPanelPanelExpander #grid1 > tr > td { width: 176px; }