Keep the excessive height of column-selector dialog within the nm

This commit is contained in:
Hadi Nategh 2019-11-19 18:03:16 +01:00
parent 6ac50f2be3
commit 091ce6dea7
6 changed files with 5 additions and 6 deletions

View File

@ -3162,7 +3162,6 @@ tr.disableIfNoEPL {
.colselection.ui-widget-content {
width: 45%;
height:80%;
}
.colselection .et2_selectbox .ui-widget-header.ui-helper-clearfix {

View File

@ -3770,7 +3770,7 @@ div#egwpopup_message {
}
.colselection.ui-widget-content {
width: 45%;
height: 80%;
height: auto;
}
.colselection.ui-widget-content .et2_selectbox {
height: calc(100% - 68px);

View File

@ -3759,7 +3759,7 @@ div#egwpopup_message {
}
.colselection.ui-widget-content {
width: 45%;
height: 80%;
height: auto;
}
.colselection.ui-widget-content .et2_selectbox {
height: calc(100% - 68px);

View File

@ -3770,7 +3770,7 @@ div#egwpopup_message {
}
.colselection.ui-widget-content {
width: 45%;
height: 80%;
height: auto;
}
.colselection.ui-widget-content .et2_selectbox {
height: calc(100% - 68px);

View File

@ -271,7 +271,7 @@ div#egwpopup_message {
.colselection.ui-widget-content {
width: 45%;
height:80%;
height:auto;
.et2_selectbox {
height: ~"calc(100% - 68px)";
.ui-multiselect-checkboxes {

View File

@ -3781,7 +3781,7 @@ div#egwpopup_message {
}
.colselection.ui-widget-content {
width: 45%;
height: 80%;
height: auto;
}
.colselection.ui-widget-content .et2_selectbox {
height: calc(100% - 68px);