mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix padding for slideSwitch in toolbar
This commit is contained in:
parent
08287dd1ce
commit
5ab0e9f24c
@ -1700,9 +1700,8 @@ span.et2_checkbox_slideSwitch > span.slideSwitch_container {
|
||||
display: block;
|
||||
position: relative;
|
||||
border-radius: 3px;
|
||||
padding: 3px;
|
||||
padding: 3px 0px 3px 0px;
|
||||
font-size: 12 px;
|
||||
top: -1px;
|
||||
}
|
||||
span.et2_checkbox_slideSwitch > span.slideSwitch_container > span:first-child {
|
||||
width: 50%;
|
||||
|
Loading…
Reference in New Issue
Block a user