diff --git a/app/assets/stylesheets/entypo.css.scss b/app/assets/stylesheets/entypo.css.scss index 648b7574b..ea49b3ccf 100644 --- a/app/assets/stylesheets/entypo.css.scss +++ b/app/assets/stylesheets/entypo.css.scss @@ -19,6 +19,14 @@ content: '\e718'; } + &.globe:before { + content: '\1f30e'; + } + + &.lock:before { + content: '\1f512'; + } + &.red { color: #A40802; } @@ -39,4 +47,8 @@ &.middle { font-size: 1.5em; } + + &.small { + font-size: 1.2em; + } } diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss index cd99ebafd..26947f0c0 100644 --- a/app/assets/stylesheets/single-post-view.css.scss +++ b/app/assets/stylesheets/single-post-view.css.scss @@ -56,14 +56,17 @@ } border-right: solid 1px #cccccc; padding-right: 10px; + #body { margin-left: 20px; padding-top: 20px; width: auto; .photo_attachments { padding-bottom: 10px; + text-align: center; img { - display: block; + &.big_stream_photo { display: block; } + display: inline; margin-left: auto; margin-right: auto; padding-bottom: 5px; 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 40b234bab..5f9f5f751 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,10 @@
- {{#unless public}} - - {{/unless}} + {{#if public}} + + {{else}} + + {{/if}}