Skip to content

Commit

Permalink
Added line to Message metadata and better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 17, 2014
1 parent 4a008b1 commit f121267
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/default/css/default.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/default/html/partials/thread_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{% set encryption = show_message_encryption(metadata.crypto.encryption) %}
<span class="thread-item-crypto-info icon {{ encryption.color + ' ' + encryption.icon }}" title="{{ encryption.text }}" data-crypto_color="{{ encryption.color }}" data-crypto_icon="{{ encryption.icon }}" data-crypto_message="{{ encryption.message }}" data-expand="no"></span>
<span class="thread-item-crypto-info icon {{ signature.color + ' ' + signature.icon }}" title="{{ signature.text }}" data-crypto_color="{{ signature.color }}" data-crypto_icon="{{ signature.icon }}" data-crypto_message="{{ signature.message }}" data-expand="no"></span>
<span class="show-thread-message-metadata-details icon icon-circle-info" data-mid="{{mid}}"></span>
<span class="thread-message-metadata-details-toggle icon icon-circle-info" data-mid="{{mid}}"></span>
</div>
</div>
<div class="thread-item-metadata-details" id="metadata-details-{{mid}}">
Expand Down
4 changes: 4 additions & 0 deletions static/default/less/app/thread.less
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@
color: @blue;
}

.thread-item-metadata-details.border-bottom {
border-bottom: 1px solid @grayMid;
}

.thread-item-metadata-contact {
color: @grayDark;
display: table;
Expand Down

0 comments on commit f121267

Please sign in to comment.