diff --git a/view/templates/jot.tpl b/view/templates/jot.tpl index efa00ce20c..b1c121e352 100644 --- a/view/templates/jot.tpl +++ b/view/templates/jot.tpl @@ -59,7 +59,8 @@ {{$bang}} - {{if $preview}}{{$preview}}{{/if}} + + {{if $preview}}{{/if}}
diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 6a048aa0f1..57eb6725bf 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1927,12 +1927,12 @@ ul.tabs a { margin-bottom: 10px; } -div.pager, .birthday-notice, #jot-preview-link, .comment-edit-submit-wrapper .fakelink { +div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink { padding: 2px 7px 2px 7px; color: black; } -div.pager, .birthday-notice, ul.tabs a, #jot-preview-link, .comment-edit-submit-wrapper .fakelink { +div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink { border: 1px solid lightgray; background: #F2F2F2; margin-top: 2px; @@ -1943,11 +1943,11 @@ ul.tabs a:hover { color: #333; } -#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover { +#event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover { color: black; } -ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, #jot-preview-link:hover, .comment-edit-submit-wrapper .fakelink:hover { +ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover { background-color: #e5e5e5; text-decoration: none; border: 1px solid darkgray; diff --git a/view/theme/vier/templates/comment_item.tpl b/view/theme/vier/templates/comment_item.tpl index 557996ba92..7cbc02e060 100644 --- a/view/theme/vier/templates/comment_item.tpl +++ b/view/theme/vier/templates/comment_item.tpl @@ -46,7 +46,8 @@ - {{if $preview}}{{$preview}}{{/if}} + {{if $preview}}{{/if}} +