diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index a0d4508ef..37fc63425 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -14,6 +14,18 @@ body { float : left; margin : 10px; + /* expand / contract cursor declarations */ + &.x2 .content { + cursor : nw-resize; + cursor : -moz-zoom-out; + cursor : -webkit-zoom-out; + } + .content { + cursor : nwse-resize; + cursor : -moz-zoom-in; + cursor : -webkit-zoom-in; + } + .content { @include transition(box-shadow); @include box-shadow(0,1px,3px,rgba(0,0,0,0.2)); @@ -26,8 +38,6 @@ body { .info { top : 0; } - - cursor : pointer; } &:active { @@ -65,7 +75,6 @@ body { } .embed-frame { - .thumb { position : relative; } @@ -107,14 +116,6 @@ body { background-image : image_url('buttons/delete_hover.png'); } } - - .fav { - background-image : image_url('buttons/star_not_faved.png'); - - &.faved, &:hover { - background-image : image_url('buttons/star_faved.png'); - } - } } .info { @@ -122,6 +123,8 @@ body { @include box-shadow(0,1px,3px,rgba(0,0,0,0.3)); @include opacity(0.8); + cursor : pointer; + background-color : rgba(255,255,255,0.8); border-bottom : 1px solid #fff; diff --git a/app/assets/templates/small-frame.jst.hbs b/app/assets/templates/small-frame.jst.hbs index 4ce198356..51b7158b5 100644 --- a/app/assets/templates/small-frame.jst.hbs +++ b/app/assets/templates/small-frame.jst.hbs @@ -36,7 +36,7 @@ {{/if}} - + {{likes_count}} {{reshares_count}}