diff --git a/resources/celerity/map.php b/resources/celerity/map.php index 87a0b2711e..5309b4fb12 100644 --- a/resources/celerity/map.php +++ b/resources/celerity/map.php @@ -66,7 +66,7 @@ return array( 'rsrc/css/application/diffusion/diffusion-icons.css' => '384a0f7d', 'rsrc/css/application/diffusion/diffusion-source.css' => '66fdf661', 'rsrc/css/application/directory/phabricator-jump-nav.css' => 'f0c5e726', - 'rsrc/css/application/feed/feed.css' => 'cdf4718e', + 'rsrc/css/application/feed/feed.css' => 'dd43ce00', 'rsrc/css/application/files/global-drag-and-drop.css' => '697324ad', 'rsrc/css/application/flag/flag.css' => '5337623f', 'rsrc/css/application/harbormaster/harbormaster.css' => 'cec833b7', @@ -128,7 +128,7 @@ return array( 'rsrc/css/phui/phui-box.css' => '7b3a2eed', 'rsrc/css/phui/phui-button.css' => '3dbdbf0d', 'rsrc/css/phui/phui-document.css' => '3b078dc0', - 'rsrc/css/phui/phui-feed-story.css' => '37216a85', + 'rsrc/css/phui/phui-feed-story.css' => 'e2c9bc83', 'rsrc/css/phui/phui-fontkit.css' => 'de84aa4a', 'rsrc/css/phui/phui-form-view.css' => '867463b4', 'rsrc/css/phui/phui-form.css' => 'b78ec020', @@ -701,7 +701,7 @@ return array( 'phabricator-drag-and-drop-file-upload' => 'ae6abfba', 'phabricator-draggable-list' => '1681c4d4', 'phabricator-fatal-config-template-css' => '25d446d6', - 'phabricator-feed-css' => 'cdf4718e', + 'phabricator-feed-css' => 'dd43ce00', 'phabricator-file-upload' => 'a4ae61bf', 'phabricator-filetree-view-css' => 'a8c86ace', 'phabricator-flag-css' => '5337623f', @@ -758,7 +758,7 @@ return array( 'phui-calendar-list-css' => 'c1d0ca59', 'phui-calendar-month-css' => 'a92e47d2', 'phui-document-view-css' => '3b078dc0', - 'phui-feed-story-css' => '37216a85', + 'phui-feed-story-css' => 'e2c9bc83', 'phui-font-icon-base-css' => '3b2f9260', 'phui-fontkit-css' => 'de84aa4a', 'phui-form-css' => 'b78ec020', diff --git a/webroot/rsrc/css/application/feed/feed.css b/webroot/rsrc/css/application/feed/feed.css index 8b3e971d18..7861f77462 100644 --- a/webroot/rsrc/css/application/feed/feed.css +++ b/webroot/rsrc/css/application/feed/feed.css @@ -54,32 +54,45 @@ /* - Dashboards ------------------------------------------------------------ */ -.dashboard-panel .phabricator-feed-frame { +.dashboard-panel div.phabricator-feed-frame { background: #fff; margin: 0; border-left: 1px solid {$lightblueborder}; border-right: 1px solid {$lightblueborder}; border-bottom: 1px solid {$blueborder}; + max-width: none; } .dashboard-panel .phabricator-feed-frame .phabricator-action-header { background: #f7f7f7; + margin-top: -1px; + border-top: 1px solid {$thinblueborder}; } .dashboard-panel .phabricator-feed-frame .phabricator-action-header-title { font-size: 13px; margin-left: 8px; margin-bottom: 0; + color: {$bluetext}; } .dashboard-panel .phabricator-feed-frame .phui-feed-story { border: none; border-bottom: 1px solid {$thinblueborder}; - margin: 0; + margin: 0 8px; +} + +.dashboard-panel .phabricator-feed-frame .phui-feed-story-head { + padding: 8px 0; +} + +.dashboard-panel .phabricator-feed-frame .phui-feed-story-body { + padding: 8px 0; } .dashboard-panel .phabricator-feed-frame .phui-feed-story-foot { background: #fff; + padding: 8px 0; } .dashboard-panel .phabricator-feed-frame .phabricator-feed-story-date-separator { diff --git a/webroot/rsrc/css/phui/phui-feed-story.css b/webroot/rsrc/css/phui/phui-feed-story.css index c67b0e384e..2749566ee5 100644 --- a/webroot/rsrc/css/phui/phui-feed-story.css +++ b/webroot/rsrc/css/phui/phui-feed-story.css @@ -104,7 +104,7 @@ .phui-feed-story-oneline-foot, .phui-feed-story-oneline-foot a { font-size: 11px; - color: {$greytext}; + color: {$lightgreytext}; margin-top: 2px; line-height: 14px; font-weight: normal;