mirror of https://github.com/zulip/zulip.git
Rename zephyr_time to message_time.
(imported from commit a058826bbbe5a881dfed62bd723344da0268ef7e)
This commit is contained in:
parent
0c89972c54
commit
0bc9287254
|
@ -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>
|
||||
|
|
|
@ -123,7 +123,7 @@ td.pointer {
|
|||
color: #08C;
|
||||
}
|
||||
|
||||
.zephyr_time {
|
||||
.message_time {
|
||||
color: gray;
|
||||
float: right;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue