From 550aea8c64a042ea08dbd57ebb6948ca0d5a1d7a Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Thu, 11 Jul 2013 14:51:26 -0400 Subject: [PATCH] Show a light STREAMS title in the streams list (imported from commit 675ebca52ba10b8075bb788adf70d293b4d58fde) --- templates/zephyr/left-sidebar.html | 1 + zephyr/static/styles/zephyr.css | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/templates/zephyr/left-sidebar.html b/templates/zephyr/left-sidebar.html index 9d49362690..d06e396a59 100644 --- a/templates/zephyr/left-sidebar.html +++ b/templates/zephyr/left-sidebar.html @@ -20,6 +20,7 @@
  • Starred messages
  • @-mentions()
  • +
    STREAMS
    diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index b3eb82ad0f..84679eeae6 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -241,12 +241,21 @@ a:hover code { margin-top: 1em; } -#stream_filters { - overflow-y: hidden; +#streams_title { + font-size: 0.9em; + font-weight: 275; + border-top: 1px solid #eee; + + margin-top: 5px; + margin-left: 10px; +} + +#stream_filters { border-bottom: 1px solid #eee; - margin: 10px 0px 10px 10px; - padding: 10px 15px 10px 0; + overflow-y: hidden; + margin: 2px 0px 10px 10px; + padding: 2px 15px 10px 0; } #stream_filters .narrow-filter {