Replaced screenshot Zoom UI with input range along with buttons.

This commit is contained in:
Gunther Brunner
2014-05-27 15:48:34 +09:00
parent 9ec7d8c366
commit 6432a5651c
4 changed files with 56 additions and 41 deletions

View File

@@ -2,13 +2,15 @@
}
.screenshot-image {
display:block!important;
.stf-screenshots .screenshot-image {
display: block !important;
}
.stf-screenshots .screenshot-image {
-webkit-transition: 1000ms;
transition: 1000ms;
/*-webkit-transition: width 2s; */
/*transition: width 2s;*/
}
.stf-screenshots .screenshot-image.ng-image-not-loaded {
@@ -18,3 +20,12 @@
.stf-screenshots .screenshot-image {
opacity: 1;
}
.stf-screenshots .zoom-button {
border: 1px solid transparent;
}
.stf-screenshots .zoom-range {
width: 180px;
margin-right: 5px;
}