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 <kainz.a@gmail.com>
Change-Id: I6f41b25c79650781087821473d15edac253a47ab
This commit is contained in:
andreas kainz 2022-03-04 09:29:15 +01:00 committed by Andreas_K
parent c0f09ea369
commit 33b38a3b2a

View file

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