mirror of https://github.com/aredn/aredn.git
reduce slider chunkiness (#316)
This commit is contained in:
parent
6b4ccbf5ad
commit
b13e04b2d8
|
@ -510,8 +510,9 @@ html.print([[
|
|||
.switch {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
height: 34px;
|
||||
vertical-align:middle;
|
||||
width: 48px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* Hide default HTML checkbox */
|
||||
|
@ -537,8 +538,8 @@ html.print([[
|
|||
.slider:before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
left: 4px;
|
||||
bottom: 4px;
|
||||
background-color: white;
|
||||
|
|
Loading…
Reference in New Issue