Quellcode durchsuchen

added HTML-Text mini-switch bugfix

added HTML-Text mini-switch bugfix
Stein, Peter vor 11 Jahren
Ursprung
Commit
2508cec9b2
1 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. 9 1
      static/less/bootstrap-switch.less

+ 9 - 1
static/less/bootstrap-switch.less

@@ -32,7 +32,15 @@
   &.switch-mini {
   &.switch-mini {
     min-width: 72px;
     min-width: 72px;
   }
   }
-
+  &.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;
+  }
   &.switch-small {
   &.switch-small {
     min-width: 80px;
     min-width: 80px;
   }
   }