mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Give more hight to column-selector dialog
This commit is contained in:
parent
60965a57ec
commit
6ac50f2be3
@ -3162,6 +3162,7 @@ tr.disableIfNoEPL {
|
||||
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height:80%;
|
||||
}
|
||||
|
||||
.colselection .et2_selectbox .ui-widget-header.ui-helper-clearfix {
|
||||
@ -3176,4 +3177,11 @@ tr.disableIfNoEPL {
|
||||
.colselection .et2_selectbox .ui-multiselect-checkboxes li label{
|
||||
cursor: grab;
|
||||
}
|
||||
.colselection .et2_selectbox .ui-multiselect-checkboxes li label.ui-state-hover {background: none;}
|
||||
.colselection .et2_selectbox .ui-multiselect-checkboxes li label.ui-state-hover {background: none;}
|
||||
|
||||
.colselection.ui-widget-content .et2_selectbox {
|
||||
height: calc(100% - 68px);
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox .ui-multiselect-checkboxes {
|
||||
height: calc(100% - 68px) !important;
|
||||
}
|
@ -3770,6 +3770,13 @@ div#egwpopup_message {
|
||||
}
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height: 80%;
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox {
|
||||
height: calc(100% - 68px);
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox .ui-multiselect-checkboxes {
|
||||
height: calc(100% - 68px) !important;
|
||||
}
|
||||
/*Calendar ##############*/
|
||||
td.message {
|
||||
|
@ -3759,6 +3759,13 @@ div#egwpopup_message {
|
||||
}
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height: 80%;
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox {
|
||||
height: calc(100% - 68px);
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox .ui-multiselect-checkboxes {
|
||||
height: calc(100% - 68px) !important;
|
||||
}
|
||||
/*Calendar ##############*/
|
||||
td.message {
|
||||
|
@ -3770,6 +3770,13 @@ div#egwpopup_message {
|
||||
}
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height: 80%;
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox {
|
||||
height: calc(100% - 68px);
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox .ui-multiselect-checkboxes {
|
||||
height: calc(100% - 68px) !important;
|
||||
}
|
||||
/*Calendar ##############*/
|
||||
td.message {
|
||||
|
@ -269,7 +269,16 @@ div#egwpopup_message {
|
||||
}
|
||||
}
|
||||
|
||||
.colselection.ui-widget-content {width: 45%;}
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height:80%;
|
||||
.et2_selectbox {
|
||||
height: ~"calc(100% - 68px)";
|
||||
.ui-multiselect-checkboxes {
|
||||
height: ~"calc(100% - 68px)" !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*Calendar ##############*/
|
||||
td.message {
|
||||
|
@ -3781,6 +3781,13 @@ div#egwpopup_message {
|
||||
}
|
||||
.colselection.ui-widget-content {
|
||||
width: 45%;
|
||||
height: 80%;
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox {
|
||||
height: calc(100% - 68px);
|
||||
}
|
||||
.colselection.ui-widget-content .et2_selectbox .ui-multiselect-checkboxes {
|
||||
height: calc(100% - 68px) !important;
|
||||
}
|
||||
/*Calendar ##############*/
|
||||
td.message {
|
||||
|
Loading…
Reference in New Issue
Block a user