瀏覽代碼

clean up .has-switch.switch-mini i.switch-mini-icons

Clean up from:

.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  min-height: 5px;
  line-height: 8px;
  padding-bottom: 0px;
  padding-top: 0px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 500;
}

to:

.has-switch.switch-mini i.switch-mini-icons {
  height: 1.20em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
Stein, Peter 11 年之前
父節點
當前提交
bcca39a1c2
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      static/stylesheets/bootstrap-switch.css

+ 1 - 5
static/stylesheets/bootstrap-switch.css

@@ -35,16 +35,12 @@
 }
 .has-switch.switch-mini i.switch-mini-icons {
   height: 1.20em;
-  min-height: 5px;
-  line-height: 8px;
-  padding-bottom: 0px;
-  padding-top: 0px;
+  line-height: 9px;
   vertical-align: text-top;
   text-align: center;
   transform: scale(0.6);
   margin-top: -1px;
   margin-bottom: -1px;
-  z-index: 500;
 }
 .has-switch.switch-small {
   min-width: 80px;