mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
24 lines
601 B
CSS
24 lines
601 B
CSS
|
|
.bulk-actions-dialog .modal-body h4:not(:first-child) {
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bulk-actions-dialog .bulk-available-action-list button {
|
||
|
|
padding: 2px 7px;
|
||
|
|
margin-right: 10px;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bulk-actions-dialog .bulk-existing-action-list {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bulk-actions-dialog .bulk-existing-action-list td {
|
||
|
|
padding: 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bulk-actions-dialog .bulk-existing-action-list .button-column {
|
||
|
|
/* minimal width so that table remains static sized and most space remains for middle column with settings */
|
||
|
|
width: 50px;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-align: right;
|
||
|
|
}
|