diff --git a/app/assets/images/buttons/follow_hover.png b/app/assets/images/buttons/follow_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..5e1d3ed92fffec0c78e2b7b5fd3142c01e4ff03b Binary files /dev/null and b/app/assets/images/buttons/follow_hover.png differ diff --git a/app/assets/stylesheets/new_styles/_canvas.scss b/app/assets/stylesheets/new_styles/_canvas.scss index 59ab93d1f2a2291724f778d32414978baa314fcd..41a63c6a84518f7eff17e3ae157e2a2742b97651 100644 --- a/app/assets/stylesheets/new_styles/_canvas.scss +++ b/app/assets/stylesheets/new_styles/_canvas.scss @@ -152,6 +152,10 @@ body { max-width: 100%; width: 100%; } + + p:last-child { + margin-bottom: 0; + } } &.sticky-note { @@ -224,15 +228,10 @@ body { &.night:not(.sticky-note), &.multi-photo:not(.sticky-note) { .text-content { - @include opacity(1); padding : 10px 20px; font-size : 14px; line-height : 18px; color : #444; - - p:last-child { - margin-bottom: 0; - } } } diff --git a/app/assets/templates/profile.jst.hbs b/app/assets/templates/profile.jst.hbs index 881b09853841bec406be22d5824ff30bc54212ba..49cfc1340784f2a04eda6ad31a43304a74c47fde 100644 --- a/app/assets/templates/profile.jst.hbs +++ b/app/assets/templates/profile.jst.hbs @@ -12,6 +12,10 @@ <a href="#" id="edit-mode-toggle" class="control"> <img src='{{imageUrl "buttons/edit_canvas.png"}}' /> </a> + {{else}} + <a href="#" class="control"> + <img src='{{imageUrl "buttons/follow_hover.png"}}' /> + </a> {{/if}} </section>