فهرست منبع

reduced unwanted gap between inner div and right side of the switch in safari

Emanuele Marchi 11 سال پیش
والد
کامیت
1f597e0398

+ 2 - 2
build/css/bootstrap2/bootstrap-switch.css

@@ -71,7 +71,7 @@
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
 .bootstrap-switch.bootstrap-switch-mini {
-  min-width: 72px;
+  min-width: 71px;
 }
 .bootstrap-switch.bootstrap-switch-mini > div > span,
 .bootstrap-switch.bootstrap-switch-mini > div > label {
@@ -90,7 +90,7 @@
   margin-bottom: -1px;
 }
 .bootstrap-switch.bootstrap-switch-small {
-  min-width: 80px;
+  min-width: 79px;
 }
 .bootstrap-switch.bootstrap-switch-small > div > span,
 .bootstrap-switch.bootstrap-switch-small > div > label {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
build/css/bootstrap2/bootstrap-switch.min.css


+ 2 - 2
build/css/bootstrap3/bootstrap-switch.css

@@ -39,7 +39,7 @@
   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 }
 .bootstrap-switch.bootstrap-switch-mini {
-  min-width: 72px;
+  min-width: 71px;
 }
 .bootstrap-switch.bootstrap-switch-mini > div > span,
 .bootstrap-switch.bootstrap-switch-mini > div > label {
@@ -58,7 +58,7 @@
   margin-bottom: -1px;
 }
 .bootstrap-switch.bootstrap-switch-small {
-  min-width: 80px;
+  min-width: 79px;
 }
 .bootstrap-switch.bootstrap-switch-small > div > span,
 .bootstrap-switch.bootstrap-switch-small > div > label {

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 0
build/css/bootstrap3/bootstrap-switch.min.css


+ 2 - 2
src/less/bootstrap2/bootstrap-switch.less

@@ -16,7 +16,7 @@
   .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
 
   &.@{bootstrap-switch-name}-mini {
-    min-width: 72px;
+    min-width: 71px;
 
     > div > span,
     > div > label {
@@ -38,7 +38,7 @@
   }
 
   &.@{bootstrap-switch-name}-small {
-    min-width: 80px;
+    min-width: 79px;
 
     > div > span,
     > div > label {

+ 2 - 2
src/less/bootstrap3/bootstrap-switch.less

@@ -16,7 +16,7 @@
   .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
 
   &.@{bootstrap-switch-name}-mini {
-    min-width: 72px;
+    min-width: 71px;
 
     > div > span,
     > div > label {
@@ -38,7 +38,7 @@
   }
 
   &.@{bootstrap-switch-name}-small {
-    min-width: 80px;
+    min-width: 79px;
 
     > div > span,
     > div > label {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است