From 8175f524e6857c21f60b43bd88533d8fc817c14e Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sun, 6 Mar 2016 13:04:19 -0800 Subject: [PATCH] Clean up Herald CSS Summary: I didn't test these very well and they looked silly when multiple rules applied. Test Plan: Test various cases more, with single and multiple triggers. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15419 --- resources/celerity/map.php | 4 ++-- webroot/rsrc/css/application/herald/herald.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index dce8137749..a3fc0ae771 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -72,7 +72,7 @@ return array( 'rsrc/css/application/flag/flag.css' => '5337623f', 'rsrc/css/application/harbormaster/harbormaster.css' => '834879db', 'rsrc/css/application/herald/herald-test.css' => 'a52e323e', - 'rsrc/css/application/herald/herald.css' => '46596280', + 'rsrc/css/application/herald/herald.css' => 'dc31f6e9', 'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5', 'rsrc/css/application/maniphest/report.css' => '9b9580b7', 'rsrc/css/application/maniphest/task-edit.css' => 'fda62a9b', @@ -561,7 +561,7 @@ return array( 'font-lato' => 'c7ccd872', 'global-drag-and-drop-css' => '5c1b47c2', 'harbormaster-css' => '834879db', - 'herald-css' => '46596280', + 'herald-css' => 'dc31f6e9', 'herald-rule-editor' => '746ca158', 'herald-test-css' => 'a52e323e', 'inline-comment-summary-css' => '51efda3a', diff --git a/webroot/rsrc/css/application/herald/herald.css b/webroot/rsrc/css/application/herald/herald.css index 26cb9cfd71..17b09a1a86 100644 --- a/webroot/rsrc/css/application/herald/herald.css +++ b/webroot/rsrc/css/application/herald/herald.css @@ -44,7 +44,7 @@ .herald-list-description { color: {$bluetext}; font-weight: bold; - padding: 8px 0; + padding: 12px 0; } .herald-list-icon { @@ -52,6 +52,6 @@ } .herald-list-item { - padding-bottom: 20px; + padding-bottom: 4px; color: {$darkbluetext}; }