Skip to content

Commit

Permalink
prevent horizontal misalignment inside modal on odd page width, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Marchi committed Jan 14, 2015
1 parent 133072f commit d2dd44a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/css/bootstrap2/bootstrap-switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
text-align: left;
overflow: hidden;
line-height: 8px;
z-index: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap2/bootstrap-switch.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/bootstrap3/bootstrap-switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
text-align: left;
overflow: hidden;
line-height: 8px;
z-index: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/bootstrap3/bootstrap-switch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/less/bootstrap2/bootstrap-switch.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
text-align: left;
overflow: hidden;
line-height: 8px;
z-index: 0;
.user-select(none);
vertical-align: middle;
.transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
Expand Down
1 change: 1 addition & 0 deletions src/less/bootstrap3/bootstrap-switch.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
text-align: left;
overflow: hidden;
line-height: 8px;
z-index: 0;
.user-select(none);
vertical-align: middle;
.transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s");
Expand Down

0 comments on commit d2dd44a

Please sign in to comment.