Fix touch area for no_notification switch

This commit is contained in:
Hadi Nategh 2016-07-08 10:03:24 +02:00
parent 1bae5f991f
commit 92c358f6f6
2 changed files with 5 additions and 1 deletions

View File

@ -8230,6 +8230,10 @@ form[id^="tracker-"] .dialogHeadbar {
background-repeat: no-repeat;
background-position: center;
}
body .et2_checkbox_slideSwitch.notification_check input {
width: 100% !important;
height: 100% !important;
}
body .cke_inner .cke_toolbox .cke_toolbox_main {
height: 30px;
white-space: nowrap;

View File

@ -1366,7 +1366,7 @@
background-repeat: no-repeat;
background-position: center;
}
input {width: 100% !important;height:100% !important;}
}
/*************** CKEDITOR **************/
/***************************************/