Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Nov 18, 2015
1 parent bbba734 commit 222328a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions dist/cropper.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
width: 100%;
min-width: 0 !important;
max-width: none !important;
height: 100%;
height: 100%;
min-height: 0 !important;
max-height: none !important;

Expand All @@ -52,20 +52,20 @@

.cropper-drag-box {
background-color: #fff;
filter: alpha(opacity=0);
filter: alpha(opacity=0);
opacity: 0;
}

.cropper-modal {
background-color: #000;
filter: alpha(opacity=50);
filter: alpha(opacity=50);
opacity: .5;
}

.cropper-view-box {
display: block;
width: 100%;
height: 100%;
height: 100%;
overflow: hidden;
outline: 1px solid #39f;
outline-color: rgba(51, 153, 255, .75);
Expand All @@ -74,23 +74,23 @@
.cropper-dashed {
position: absolute;
display: block;
filter: alpha(opacity=50);
filter: alpha(opacity=50);
border: 0 dashed #eee;
opacity: .5;
}
.cropper-dashed.dashed-h {
top: 33.33333%;
left: 0;
width: 100%;
height: 33.33333%;
height: 33.33333%;
border-top-width: 1px;
border-bottom-width: 1px;
}
.cropper-dashed.dashed-v {
top: 0;
left: 33.33333%;
width: 33.33333%;
height: 100%;
height: 100%;
border-right-width: 1px;
border-left-width: 1px;
}
Expand All @@ -102,13 +102,13 @@
display: block;
width: 0;
height: 0;
filter: alpha(opacity=75);
filter: alpha(opacity=75);
opacity: .75;
}
.cropper-center:before, .cropper-center:after {
position: absolute;
display: block;
content: " ";
content: " ";
background-color: #eee;
}
.cropper-center:before {
Expand All @@ -131,7 +131,7 @@
display: block;
width: 100%;
height: 100%;
filter: alpha(opacity=10);
filter: alpha(opacity=10);
opacity: .1;
}

Expand Down Expand Up @@ -173,7 +173,7 @@
width: 5px;
height: 5px;
background-color: #39f;
filter: alpha(opacity=75);
filter: alpha(opacity=75);
opacity: .75;
}
.cropper-point.point-e {
Expand Down Expand Up @@ -221,7 +221,7 @@
width: 20px;
height: 20px;
cursor: se-resize;
filter: alpha(opacity=100);
filter: alpha(opacity=100);
opacity: 1;
}
.cropper-point.point-se:before {
Expand All @@ -233,7 +233,7 @@
height: 200%;
content: " ";
background-color: #39f;
filter: alpha(opacity=0);
filter: alpha(opacity=0);
opacity: 0;
}
@media (min-width: 768px) {
Expand All @@ -252,7 +252,7 @@
.cropper-point.point-se {
width: 5px;
height: 5px;
filter: alpha(opacity=75);
filter: alpha(opacity=75);
opacity: .75;
}
}
Expand All @@ -262,7 +262,7 @@
}

.cropper-invisible {
filter: alpha(opacity=0);
filter: alpha(opacity=0);
opacity: 0;
}

Expand Down

0 comments on commit 222328a

Please sign in to comment.