forked from extern/egroupware
Fix touch area for no_notification switch
This commit is contained in:
parent
1bae5f991f
commit
92c358f6f6
@ -8230,6 +8230,10 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
body .et2_checkbox_slideSwitch.notification_check input {
|
||||||
|
width: 100% !important;
|
||||||
|
height: 100% !important;
|
||||||
|
}
|
||||||
body .cke_inner .cke_toolbox .cke_toolbox_main {
|
body .cke_inner .cke_toolbox .cke_toolbox_main {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -1366,7 +1366,7 @@
|
|||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
input {width: 100% !important;height:100% !important;}
|
||||||
}
|
}
|
||||||
/*************** CKEDITOR **************/
|
/*************** CKEDITOR **************/
|
||||||
/***************************************/
|
/***************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user