Skip to content

Commit

Permalink
Fix preloader margin
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 6, 2015
1 parent 8fc0b61 commit 0c433c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/swiper.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
left: 50%;
top: 50%;
margin-left: -21px;
margin-right: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
Expand Down
2 changes: 1 addition & 1 deletion src/less/preloader-f7.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
left: 50%;
top: 50%;
margin-left: -21px;
margin-right: -21px;
margin-top: -21px;
z-index: 10;
}
2 changes: 1 addition & 1 deletion src/less/preloader.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
left: 50%;
top: 50%;
margin-left: -21px;
margin-right: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
Expand Down

0 comments on commit 0c433c6

Please sign in to comment.