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}} -
-