diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 95500a7288..cb78b0a16f 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -388,6 +388,10 @@ td.pointer { font-size: 90%; } +.small { + font-size: 80%; +} + .actions_hovered .message_time { color: #0088CC; text-decoration: underline; diff --git a/zephyr/static/templates/actions_popover_content.handlebars b/zephyr/static/templates/actions_popover_content.handlebars index c071f73065..711da0a319 100644 --- a/zephyr/static/templates/actions_popover_content.handlebars +++ b/zephyr/static/templates/actions_popover_content.handlebars @@ -7,6 +7,9 @@
  • {{message.full_date_str}}
  • {{message.full_time_str}}
  • + {{#if message.historical}} +
  • (Message sent when you were not subscribed)
  • + {{/if}}