mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-22 05:20:56 +01:00
Clean up spacing on empty logs in Harbormaster
Summary: Better spacing in new layout. Test Plan: Tested changes against `secure` Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15524
This commit is contained in:
parent
d76652b331
commit
5576785f9f
3 changed files with 5 additions and 3 deletions
|
@ -70,7 +70,7 @@ return array(
|
|||
'rsrc/css/application/feed/feed.css' => 'ecd4ec57',
|
||||
'rsrc/css/application/files/global-drag-and-drop.css' => '5c1b47c2',
|
||||
'rsrc/css/application/flag/flag.css' => '5337623f',
|
||||
'rsrc/css/application/harbormaster/harbormaster.css' => '834879db',
|
||||
'rsrc/css/application/harbormaster/harbormaster.css' => 'f491c9f4',
|
||||
'rsrc/css/application/herald/herald-test.css' => 'a52e323e',
|
||||
'rsrc/css/application/herald/herald.css' => 'dc31f6e9',
|
||||
'rsrc/css/application/maniphest/batch-editor.css' => 'b0f0b6d5',
|
||||
|
@ -561,7 +561,7 @@ return array(
|
|||
'font-fontawesome' => 'c43323c5',
|
||||
'font-lato' => 'c7ccd872',
|
||||
'global-drag-and-drop-css' => '5c1b47c2',
|
||||
'harbormaster-css' => '834879db',
|
||||
'harbormaster-css' => 'f491c9f4',
|
||||
'herald-css' => 'dc31f6e9',
|
||||
'herald-rule-editor' => 'd6a7e717',
|
||||
'herald-test-css' => 'a52e323e',
|
||||
|
|
|
@ -375,7 +375,7 @@ final class HarbormasterBuildViewController
|
|||
'div',
|
||||
array(
|
||||
'id' => $hide_id,
|
||||
'class' => 'harbormaster-empty-logs-are-hidden mlr mlt mll',
|
||||
'class' => 'harbormaster-empty-logs-are-hidden',
|
||||
),
|
||||
array(
|
||||
pht(
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
border: 1px solid {$yellow};
|
||||
text-align: center;
|
||||
padding: 12px;
|
||||
margin: 0 0 20px 0;
|
||||
border-radius: 3px;
|
||||
color: {$darkgreytext};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue