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:
parent
c0f09ea369
commit
33b38a3b2a
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue