Browse Source

Update bootstrap-switch.css

Readd this lines to css:

.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;
}

because its fixed the HTML-Text mini-switch bug
Stein, Peter 11 years ago
parent
commit
80c354558b
1 changed files with 9 additions and 0 deletions
  1. 9 0
      static/stylesheets/bootstrap-switch.css

+ 9 - 0
static/stylesheets/bootstrap-switch.css

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