Update custom.css

Add span to center switches
This commit is contained in:
nrpatten 2013-09-14 09:36:57 +10:00
parent e691c5cd8b
commit 18c4ff60aa

View File

@ -23,6 +23,12 @@ input[type=checkbox]:checked + label
}
/* Test toggle switch Begin */
span.toggle {
display:block;
width: 75px;
height: 100%;
margin: 0 auto;
}
:root input[type="checkbox"] {
position: absolute;