|
|
@ -75,6 +75,19 @@
|
|
|
|
display: block !important;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog-buttonpane {
|
|
|
|
|
|
|
|
.ui-dialog-buttonset {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
|
|
|
min-width: 5rem;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog iframe,
|
|
|
|
.ui-dialog iframe,
|
|
|
@ -124,7 +137,6 @@
|
|
|
|
height: @layout-header-height !important;
|
|
|
|
height: @layout-header-height !important;
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog-buttonset {
|
|
|
|
.ui-dialog-buttonset {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
justify-content: space-around;
|
|
|
|
justify-content: space-around;
|
|
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
button {
|
|
|
@ -132,9 +144,6 @@
|
|
|
|
border: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
height: @layout-header-height;
|
|
|
|
height: @layout-header-height;
|
|
|
|
min-width: 5rem;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
&:before {
|
|
|
|
display: block !important;
|
|
|
|
display: block !important;
|
|
|
|