Sidebar css Fixes
Paragraph Section - add justify-content: space-between; - remove hardcoded position: relative - remote hardcoded margin-top perfect horizontal and vertical alignment for spacing and indent Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: If6182bf5a4d46f9936dc260707e9ae12988fc8da
This commit is contained in:
parent
0e5f7b531d
commit
c0f09ea369
1 changed files with 5 additions and 12 deletions
|
@ -160,10 +160,12 @@
|
|||
text-align: left;
|
||||
}
|
||||
|
||||
#leftindent {
|
||||
position: relative;
|
||||
right: 16px;
|
||||
#ParaPropertyPanelPanelExpander #grid4 > tr:last-child {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 275px;
|
||||
}
|
||||
|
||||
#orientationdegrees {
|
||||
position: relative;
|
||||
right: 21px;
|
||||
|
@ -378,15 +380,6 @@ td.jsdialog .jsdialog.cell.sidebar {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
#spacinglabel {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
|
||||
#indentlabel {
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
#table-fillattrhb {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue