浏览代码

fix switches, fuck windows

Mattia Larentis 12 年之前
父节点
当前提交
d46c830b6b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      static/less/bootstrapSwitch.less
  2. 1 1
      static/stylesheets/bootstrapSwitch.css

+ 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%;