Add Css rules for custom properties fields
Signed-off-by: Méven Car <meven.car@collabora.com> Change-Id: I4b57a1c04dc67620f4ee010e17fff4f9e677d0de
This commit is contained in:
parent
d32785cdbb
commit
8b2f8916b3
1 changed files with 10 additions and 0 deletions
|
@ -1906,3 +1906,13 @@ kbd,
|
|||
.jsdialog-container [id^='info-modal-label'] {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
/* Custom props */
|
||||
#customprops .jsdialog .ui-grid .menubutton {
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
#customprops div.jsdialog.ui-grid-cell, #customprops .spinfieldcontainer {
|
||||
margin-top: auto;
|
||||
margin-bottom: auto;
|
||||
}
|
Loading…
Reference in a new issue