Browse Source

fixed RTL issue

Mattia Larentis 10 years ago
parent
commit
161ab33e96

+ 1 - 0
dist/css/bootstrap3/bootstrap-switch.css

@@ -21,6 +21,7 @@
 
 .bootstrap-switch {
   display: inline-block;
+  direction: ltr;
   cursor: pointer;
   border-radius: 4px;
   border: 1px solid;

File diff suppressed because it is too large
+ 0 - 0
dist/css/bootstrap3/bootstrap-switch.min.css


+ 1 - 0
src/less/bootstrap3/bootstrap-switch.less

@@ -2,6 +2,7 @@
 
 .@{bootstrap-switch-base} {
   display: inline-block;
+  direction: ltr;
   cursor: pointer;
   border-radius: @border-radius-base;
   border: 1px solid;

Some files were not shown because too many files changed in this diff