Dashboard multiselect height + delete size modal
This commit is contained in:
parent
6180a42413
commit
0fbf50673a
|
@ -257,6 +257,7 @@ function initialiceLayout(data) {
|
||||||
"<h3 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h3>",
|
"<h3 style='text-align: center;padding-top: 20px;'>All changes made to this widget will be lost</h3>",
|
||||||
cancel: "Cancel",
|
cancel: "Cancel",
|
||||||
ok: "Ok",
|
ok: "Ok",
|
||||||
|
size: 400,
|
||||||
onAccept: function() {
|
onAccept: function() {
|
||||||
// Continue execution.
|
// Continue execution.
|
||||||
var nodo = event.target.offsetParent;
|
var nodo = event.target.offsetParent;
|
||||||
|
|
|
@ -620,6 +620,7 @@ form.modal-dashboard
|
||||||
.select2-selection--multiple
|
.select2-selection--multiple
|
||||||
.select2-selection__choice {
|
.select2-selection__choice {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-tabs {
|
.container-tabs {
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
* Discovery css global
|
* Discovery css global
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
*,
|
||||||
|
::after,
|
||||||
|
::before {
|
||||||
|
box-sizing: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
ul.bigbuttonlist {
|
ul.bigbuttonlist {
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10613,7 +10613,7 @@ tr.bring_next_field {
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--multiple {
|
.select2-container .select2-selection--multiple {
|
||||||
height: 38px !important;
|
height: 100% !important;
|
||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue