From f533b92d634f23cbe3262b96de5efcfdddf34026 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Thu, 28 Feb 2013 15:33:14 -0500 Subject: [PATCH] Add a halfing to the Home link. (imported from commit 6ddf4d996d09373eb2509c65760df9280f7402c8) --- templates/zephyr/left-sidebar.html | 2 +- zephyr/static/styles/zephyr.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/zephyr/left-sidebar.html b/templates/zephyr/left-sidebar.html index c4b42a9b3f..5025764cb4 100644 --- a/templates/zephyr/left-sidebar.html +++ b/templates/zephyr/left-sidebar.html @@ -28,7 +28,7 @@
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 3a006f95e8..9983439df1 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -218,6 +218,11 @@ li.hidden-filter { ul.filters .count { margin-left: 0.5em; display: none; + +} + +ul.filters [data-name="home"] .icon-home { + padding-right: 0.5em; } .message_list {