mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Keep the excessive height of column-selector dialog within the nm
This commit is contained in:
parent
6ac50f2be3
commit
091ce6dea7
@ -3162,7 +3162,6 @@ tr.disableIfNoEPL {
|
||||
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height:80%;
|
||||
}
|
||||
|
||||
.colselection .et2_selectbox .ui-widget-header.ui-helper-clearfix {
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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 {
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user