From ee960ae9fd98cd2a94ecd463d096d42c56f2a4d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 18 Aug 2013 19:14:30 +0200 Subject: [PATCH] polish SPV a bit * Move lock icon to the timestamp * Add spacing around the interation icons * Increased size of the interaction icons * Pulled root post author next to reshare author --- app/assets/stylesheets/entypo.css.scss | 2 +- .../stylesheets/single-post-view.css.sass | 20 +++++++++++++++++-- .../single-post-actions_tpl.jst.hbs | 19 +++++++++++------- .../single-post-content_tpl.jst.hbs | 10 ++-------- 4 files changed, 33 insertions(+), 18 deletions(-) diff --git a/app/assets/stylesheets/entypo.css.scss b/app/assets/stylesheets/entypo.css.scss index efb3b361c..bd1fc515e 100644 --- a/app/assets/stylesheets/entypo.css.scss +++ b/app/assets/stylesheets/entypo.css.scss @@ -33,6 +33,6 @@ } &.large { - font-size: 25px; + font-size: 2.5em; } } diff --git a/app/assets/stylesheets/single-post-view.css.sass b/app/assets/stylesheets/single-post-view.css.sass index 816ba7c72..071288ca4 100644 --- a/app/assets/stylesheets/single-post-view.css.sass +++ b/app/assets/stylesheets/single-post-view.css.sass @@ -12,9 +12,25 @@ .avatar .bd padding-left: 10px + .retweet + i + margin: 0 3px #single-post-actions - a:hover - text-decoration: none + .buttons + position: relative + top: 6px + clear: right + .public-info > i + float: left + margin: 2px 4px 0 0 + time + float: right + margin-left: 3px + a + margin: 0 0 0 6px + + &:hover + text-decoration: none border-right: solid 1px #ccc padding-right: 10px diff --git a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs index cad10b5ec..6e1afc7ee 100644 --- a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs @@ -1,8 +1,13 @@
-
+ + {{#unless public}} + + {{/unless}} + +
- diff --git a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs index 37faa3ba3..3435cc17d 100644 --- a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs @@ -10,20 +10,14 @@ {{/linkToPerson}} {{#if root}} -
+ {{#linkToPerson root.author}} {{name}} {{/linkToPerson}} -
+ {{/if}} -
- {{#unless public}} - - {{/unless}} -
-