From 33b38a3b2abdd6397d2de61814d78cb1996a0287 Mon Sep 17 00:00:00 2001 From: andreas kainz Date: Fri, 4 Mar 2022 09:29:15 +0100 Subject: [PATCH] Sidebar Table css Fixes Sidebar Writer Table - first column width was defined to fix vertical alignment - Row height / Column width widget was moved to be vertical aligned with indent paragraph widgets - buttons moved up to have a similar layout than in paragraph spacing / indent Signed-off-by: andreas kainz Change-Id: I6f41b25c79650781087821473d15edac253a47ab --- browser/css/jssidebar.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/browser/css/jssidebar.css b/browser/css/jssidebar.css index a2e08d709..17abbf362 100644 --- a/browser/css/jssidebar.css +++ b/browser/css/jssidebar.css @@ -468,3 +468,14 @@ button#button2.ui-pushbutton.jsdialog.sidebar { position: relative; right: 18px; } + +#TableEditPanelPanelExpander #grid1 > tr > td { + width: 176px; +} +#rowheight, #columnwidth { + padding-left: 24px; +} +#SetMinimalRowHeight:not(.mobile-wizard), #SetMinimalColumnWidth:not(.mobile-wizard) { + position: relative; + bottom: 28px; +}