Sidebar Table Paragraph vertical alignment commands next row

when you insert an table there is in the sidebar paragraph section
alignment horizontal LtR RtL and alignment vertical
overall there are 9 command
which are to much for the sidebar width

therefore if there is alignment-vertical available,
it was moved to the next row with display: table-row

as the new command for writer work also for impress and draw
the setting for impress/draw only was removed

for prefext alignment padding: 2px was added

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: Ic030cab180921e238c44a4fb62962e69542beee5
This commit is contained in:
andreas kainz 2022-02-18 00:45:49 +01:00 committed by Andreas_K
parent 8b4be1d5df
commit 38ea9a666b

View file

@ -243,12 +243,16 @@ td.jsdialog .jsdialog.cell.sidebar {
width: auto;
}
.spreadsheet-document + #sidebar-dock-wrapper #ScAlignmentPropertyPanelPanelExpander #box3 > div:last-of-type,
.presentation-doctype + #sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type,
.drawing-doctype + #sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type {
#sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type,
.spreadsheet-document + #sidebar-dock-wrapper #ScAlignmentPropertyPanelPanelExpander #box3 > div:last-of-type {
display: table-row;
}
#sidebar-dock-wrapper #ParaPropertyPanelPanelExpander #box1 > div:last-of-type > div,
.spreadsheet-document + #sidebar-dock-wrapper #ScAlignmentPropertyPanelPanelExpander #box3 > div:last-of-type > div {
padding: 2px;
}
.sidebar.jsdialog.checkbutton {
font-size: 13px;
}