mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Mobile theme W.I.P.:
- Fix styling for checkbox with label
This commit is contained in:
parent
5e25f344d6
commit
084dbac53c
@ -7871,6 +7871,21 @@ span.egw_tutorial_title {
|
|||||||
width: 32px !important;
|
width: 32px !important;
|
||||||
height: 32px !important;
|
height: 32px !important;
|
||||||
}
|
}
|
||||||
|
body .et2_label.et2_checkbox_label {
|
||||||
|
line-height: 32px;
|
||||||
|
vertical-align: middle;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 40px;
|
||||||
|
}
|
||||||
|
body .et2_label.et2_checkbox_label input[type="checkbox"] {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
body .dialogHeadbar .et2_label.et2_checkbox_label {
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top: 10px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
body span.et2_checkbox_slideSwitch {
|
body span.et2_checkbox_slideSwitch {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
@ -1070,7 +1070,21 @@
|
|||||||
width:32px !important;
|
width:32px !important;
|
||||||
height:32px !important;
|
height:32px !important;
|
||||||
}
|
}
|
||||||
|
.et2_label.et2_checkbox_label {
|
||||||
|
line-height: 32px;
|
||||||
|
vertical-align: middle;
|
||||||
|
position: relative;
|
||||||
|
padding-left: 40px;
|
||||||
|
input[type="checkbox"] {
|
||||||
|
position: absolute;
|
||||||
|
left:0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.dialogHeadbar .et2_label.et2_checkbox_label {
|
||||||
|
vertical-align: top;
|
||||||
|
margin-top:10px;
|
||||||
|
color:white;
|
||||||
|
}
|
||||||
/*************** SLIDESWITCH **********/
|
/*************** SLIDESWITCH **********/
|
||||||
/***************************************/
|
/***************************************/
|
||||||
span.et2_checkbox_slideSwitch {
|
span.et2_checkbox_slideSwitch {
|
||||||
|
Loading…
Reference in New Issue
Block a user