mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 17:30:11 +01:00
Keep the excessive height of column-selector dialog within the nm
This commit is contained in:
parent
27457863f8
commit
b553f75614
@ -3237,7 +3237,6 @@ tr.disableIfNoEPL {
|
|||||||
|
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height:80%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.colselection .et2_selectbox .ui-widget-header.ui-helper-clearfix {
|
.colselection .et2_selectbox .ui-widget-header.ui-helper-clearfix {
|
||||||
|
@ -3770,7 +3770,7 @@ div#egwpopup_message {
|
|||||||
}
|
}
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height: 80%;
|
height: auto;
|
||||||
}
|
}
|
||||||
.colselection.ui-widget-content .et2_selectbox {
|
.colselection.ui-widget-content .et2_selectbox {
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 68px);
|
||||||
|
@ -3759,7 +3759,7 @@ div#egwpopup_message {
|
|||||||
}
|
}
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height: 80%;
|
height: auto;
|
||||||
}
|
}
|
||||||
.colselection.ui-widget-content .et2_selectbox {
|
.colselection.ui-widget-content .et2_selectbox {
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 68px);
|
||||||
|
@ -3770,7 +3770,7 @@ div#egwpopup_message {
|
|||||||
}
|
}
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height: 80%;
|
height: auto;
|
||||||
}
|
}
|
||||||
.colselection.ui-widget-content .et2_selectbox {
|
.colselection.ui-widget-content .et2_selectbox {
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 68px);
|
||||||
|
@ -271,7 +271,7 @@ div#egwpopup_message {
|
|||||||
|
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height:80%;
|
height:auto;
|
||||||
.et2_selectbox {
|
.et2_selectbox {
|
||||||
height: ~"calc(100% - 68px)";
|
height: ~"calc(100% - 68px)";
|
||||||
.ui-multiselect-checkboxes {
|
.ui-multiselect-checkboxes {
|
||||||
|
@ -3781,7 +3781,7 @@ div#egwpopup_message {
|
|||||||
}
|
}
|
||||||
.colselection.ui-widget-content {
|
.colselection.ui-widget-content {
|
||||||
width: 45%;
|
width: 45%;
|
||||||
height: 80%;
|
height: auto;
|
||||||
}
|
}
|
||||||
.colselection.ui-widget-content .et2_selectbox {
|
.colselection.ui-widget-content .et2_selectbox {
|
||||||
height: calc(100% - 68px);
|
height: calc(100% - 68px);
|
||||||
|
Loading…
Reference in New Issue
Block a user