Forráskód Böngészése

fix switches, fuck windows

Mattia Larentis 12 éve
szülő
commit
d46c830b6b

+ 1 - 1
static/less/bootstrapSwitch.less

@@ -52,7 +52,7 @@
       .transition(left 0.5s);
     }
     &.switch-off {
-      left: -50%;
+      left: -49%;
     }
     &.switch-on {
       left: 0%;

+ 1 - 1
static/stylesheets/bootstrapSwitch.css

@@ -55,7 +55,7 @@
   transition: left 0.5s;
 }
 .has-switch > div.switch-off {
-  left: -50%;
+  left: -49%;
 }
 .has-switch > div.switch-on {
   left: 0%;