mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-21 22:22:15 +01:00
Mobile theme:
- Fix slideSwitch styling inside toolbar more options
This commit is contained in:
parent
654acde6c6
commit
c5d8602815
@ -8121,7 +8121,14 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
body span.et2_checkbox_slideSwitch input {
|
||||
height: 100% !important;
|
||||
}
|
||||
body span.et2_checkbox_slideSwitch span.et2_label {
|
||||
margin-left: 40px;
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
body span.et2_checkbox_slideSwitch span.slideSwitch_container {
|
||||
width: 50px !important;
|
||||
border-radius: 15px;
|
||||
margin-top: 15px;
|
||||
box-shadow: inset 0 2px 2px #474747, 0 0px 0 rgba(255, 255, 255, 0.2);
|
||||
@ -8135,6 +8142,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
box-shadow: 0 2px 2px #474747, 0 0px 0 rgba(255, 255, 255, 0.2);
|
||||
z-index: 2;
|
||||
}
|
||||
body .et2_toolbar_more span.et2_checkbox_slideSwitch > span.slideSwitch_container {
|
||||
float: right;
|
||||
}
|
||||
body .cke_inner .cke_toolbox .cke_toolbox_main {
|
||||
height: 30px;
|
||||
white-space: nowrap;
|
||||
|
@ -1272,10 +1272,18 @@
|
||||
input {
|
||||
height: 100% !important;
|
||||
}
|
||||
span.et2_label {
|
||||
margin-left: 40px;
|
||||
display: inline-block;
|
||||
height: 50px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
span.slideSwitch_container {
|
||||
width:50px !important;
|
||||
border-radius: 15px;
|
||||
margin-top: 15px;
|
||||
box-shadow: inset 0 2px 2px rgb(71, 71, 71), 0 0px 0 rgba(255, 255, 255, 0.2);
|
||||
|
||||
span {
|
||||
color:#696969 !important;
|
||||
}
|
||||
@ -1287,7 +1295,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.et2_toolbar_more span.et2_checkbox_slideSwitch > span.slideSwitch_container {float:right}
|
||||
/*************** CKEDITOR **************/
|
||||
/***************************************/
|
||||
.cke_inner {
|
||||
|
Loading…
Reference in New Issue
Block a user