From 4191d2f02423b69ddfc029d94d943eb55935aad7 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 10 Jan 2013 11:07:17 -0500 Subject: [PATCH] Use a span instead of headings for subscription setting titles (imported from commit 0453417affe440d411dc018c92c9a41b89b99cd9) --- zephyr/jstemplates/subscription.html | 4 ++-- zephyr/static/styles/zephyr.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/zephyr/jstemplates/subscription.html b/zephyr/jstemplates/subscription.html index edfb976d15..04e993c2a3 100644 --- a/zephyr/jstemplates/subscription.html +++ b/zephyr/jstemplates/subscription.html @@ -11,13 +11,13 @@
-
Settings
+ Settings {{#render_subscribers}} -
Subscribers
+ Subscribers
    diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 1faa47df39..928b0cbdda 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -631,6 +631,13 @@ table.floating_recipient { float: right; } +.sub_settings_title { + line-height: 30px; + font-size: 14px; + margin: 10px 0; + font-weight: bold; +} + .subscriber_list_container { max-height: 200px; overflow: auto;