app/assets/stylesheets/ab_admin/fileupload.scss in ab_admin-0.8.3 vs app/assets/stylesheets/ab_admin/fileupload.scss in ab_admin-0.9.0
- old
+ new
@@ -1,7 +1,5 @@
-//q= require ab_admin/jquery.Jcrop.min
-
.fileupload {
overflow: hidden;
position: relative;
padding-top: 10px;
padding-left: 10px;
@@ -46,11 +44,11 @@
float: left;
overflow: hidden;
margin: 3px;
position: relative;
z-index: 3;
- .destroy_asset, .main_image, .crop_image, .rotate_image {
+ .destroy_asset, .main_image, .rotate_image {
position: absolute;
cursor: pointer;
background: rgba(100, 131, 137, 0.6);
z-index: 4;
padding: 1px 3px;
@@ -61,17 +59,12 @@
}
.main_image {
right: 0;
bottom: 0;
}
- .crop_image {
- display: none;
- left: 0;
- bottom: 0;
- }
.rotate_image {
left: 0;
- bottm: 0;
+ bottom: 0;
}
}
&.fileupload-single .main_image {
display: none;
}