From 98b59f551a33934aa9c5b299cfaf842195ba473b Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Wed, 13 Nov 2013 17:01:21 -0800 Subject: [PATCH] Shorter stream rows (imported from commit 2d5e8e73f66b5b2876c78fffc93cd71a7dc931c5) --- static/styles/zulip.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 9d97b9b922..cbae110704 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -2119,8 +2119,8 @@ table.floating_recipient { } .subscription-name-row { - line-height: 67px; - height: 60px; + line-height: 47px; + height: 40px; } #add_new_subscription { @@ -2297,7 +2297,7 @@ table.floating_recipient { .sub_unsub_button { min-width: 140px; float: right; - margin-top: 18px; + margin-top: 9px; margin-right: 10px; } @@ -2318,7 +2318,7 @@ table.floating_recipient { .sub_arrow { float: right; - line-height: 67px; + line-height: 47px; padding: 0 15px 0 0; }