1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

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
This commit is contained in:
Chad Little 2016-03-06 13:04:19 -08:00
parent fd9de5d6ec
commit 8175f524e6
2 changed files with 4 additions and 4 deletions

View file

@ -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',

View file

@ -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};
}