mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Cleanup Feed on Dashboards
Summary: Minor style updates, makes full width feed work. Test Plan: test full, 1/2, 1/3 feed in dashboards. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9241
This commit is contained in:
parent
953f95054f
commit
e8ca470a40
3 changed files with 20 additions and 7 deletions
|
@ -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',
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue