Refactor layout of thumbnails in lightbox

This commit is contained in:
Mike Ng
2017-08-11 15:23:48 +04:00
parent 160a1a2c13
commit 87ac6c3e06

View File

@@ -457,9 +457,19 @@ table th i {
}
}
.basket_wrapper .thumb_wrapper {
margin-top: 10px;
margin-bottom: 10px;
.thumb {
position: static;
}
}
#sc_wrapper .thumb_wrapper {
position: absolute;
top: 28px;
left: 0px;
right: 0px;
}
.record_display_box {