JSDialog: Fix pseudo table-rows dimension (actually they should be tables)
and make sure contents do fill available space Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I74fdfc50ac888c08f82077c78b16ddda8daaf845
This commit is contained in:
parent
30846b341d
commit
98d8ab287a
1 changed files with 10 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
|||
font-family: var(--jquery-ui-font);
|
||||
}
|
||||
|
||||
.jsdialog.vertical p {
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.jsdialog.row {
|
||||
display: table-row;
|
||||
}
|
||||
|
@ -24,6 +28,12 @@
|
|||
width: max-content;
|
||||
}
|
||||
|
||||
.jsdialog.vertical:not([id^='table-dialog-action_area']) > .jsdialog.row,
|
||||
td.jsdialog > [id^='table-box'] {
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Expander */
|
||||
.ui-expander-label::before {
|
||||
content: '>';
|
||||
|
|
Loading…
Reference in a new issue