Rename zephyr_time to message_time.

(imported from commit a058826bbbe5a881dfed62bd723344da0268ef7e)
This commit is contained in:
Tim Abbott 2012-10-10 10:27:39 -04:00
parent 0c89972c54
commit 0bc9287254
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<span class="sender_email invisible">{{sender_email}}</span>
</span>
{{/include_sender}}
<span class="zephyr_time" title="{{full_date_str}}">{{{timestr}}}</span>
<span class="message_time" title="{{full_date_str}}">{{{timestr}}}</span>
<div class="message_content">{{{content}}}</div>
</td>
</tr>

View File

@ -123,7 +123,7 @@ td.pointer {
color: #08C;
}
.zephyr_time {
.message_time {
color: gray;
float: right;
position: relative;