mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix slide-switch captions are not aligned centered in FF
This commit is contained in:
parent
614ff2627c
commit
48b8463df3
@ -1685,6 +1685,8 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container > span:first-child {
|
||||
width: 50%;
|
||||
display: -webkit-inline-box;
|
||||
text-align: -webkit-center;
|
||||
text-align: -moz-center;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
left:0;
|
||||
z-index: 6;
|
||||
@ -1701,6 +1703,8 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container> span:nth-child(2) {
|
||||
width: 50%;
|
||||
display: -webkit-inline-box;
|
||||
text-align: -webkit-center;
|
||||
text-align: -moz-center;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
z-index: 6;
|
||||
left:50%;
|
||||
|
Loading…
Reference in New Issue
Block a user