From 5576785f9fcc93a92e5830ea6a72d1103606ec7c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 25 Mar 2016 15:41:05 -0700 Subject: [PATCH] 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 --- resources/celerity/map.php | 4 ++-- .../controller/HarbormasterBuildViewController.php | 2 +- webroot/rsrc/css/application/harbormaster/harbormaster.css | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/celerity/map.php b/resources/celerity/map.php index b2125badda..c710675681 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -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', diff --git a/src/applications/harbormaster/controller/HarbormasterBuildViewController.php b/src/applications/harbormaster/controller/HarbormasterBuildViewController.php index 7e22d05471..320e94d642 100644 --- a/src/applications/harbormaster/controller/HarbormasterBuildViewController.php +++ b/src/applications/harbormaster/controller/HarbormasterBuildViewController.php @@ -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( diff --git a/webroot/rsrc/css/application/harbormaster/harbormaster.css b/webroot/rsrc/css/application/harbormaster/harbormaster.css index a80c8b7418..4bfd2d6cbe 100644 --- a/webroot/rsrc/css/application/harbormaster/harbormaster.css +++ b/webroot/rsrc/css/application/harbormaster/harbormaster.css @@ -18,6 +18,8 @@ border: 1px solid {$yellow}; text-align: center; padding: 12px; + margin: 0 0 20px 0; + border-radius: 3px; color: {$darkgreytext}; }