diff --git a/static/js/stream_list.js b/static/js/stream_list.js index 79210edc39..963479188d 100644 --- a/static/js/stream_list.js +++ b/static/js/stream_list.js @@ -96,7 +96,9 @@ function add_narrow_filter(name, type) { uri: narrow.by_stream_uri(name), not_in_home_view: (stream_data.in_home_view(name) === false), invite_only: stream_data.get_sub(name).invite_only, - color: stream_data.get_color(name)}; + color: stream_data.get_color(name) + }; + args.dark_background = stream_color.get_color_class(args.color); var list_item = $(templates.render('stream_sidebar_row', args)); $("#" + type + "_filters").append(list_item); return list_item; diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 45b6212f10..2e1b4e8938 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1843,9 +1843,21 @@ table.floating_recipient { display: inline-block; vertical-align: middle; margin-top: 0px; - margin-left: 3px; position: absolute; - top: 2px; + top: 4px; + left: 4px; + font-size: 12px; +} + +.subscription_header .subscription_name { + display: inline-block; + width: auto; +} + +.subscription_header .subscription_lock { + font-size: 12px; + display: inline-block; + vertical-align: top; } .subscription_settings { diff --git a/static/templates/stream_sidebar_row.handlebars b/static/templates/stream_sidebar_row.handlebars index 70b049a841..3ae6ff758f 100644 --- a/static/templates/stream_sidebar_row.handlebars +++ b/static/templates/stream_sidebar_row.handlebars @@ -18,7 +18,7 @@