2011-07-09 13:28:09 -07:00
|
|
|
/**
|
|
|
|
* @provides phabricator-feed-css
|
|
|
|
*/
|
|
|
|
|
2011-12-22 08:22:07 -08:00
|
|
|
.phabricator-feed-frame {
|
2013-04-15 13:07:54 -07:00
|
|
|
margin: 20px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-public-feed-frame {
|
2013-04-03 10:18:09 -07:00
|
|
|
margin: 10px;
|
2013-04-15 13:07:54 -07:00
|
|
|
max-width: 600px;
|
2013-05-13 09:14:40 -07:00
|
|
|
overflow-x: auto;
|
2013-04-03 10:18:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-feed-frame {
|
2013-04-15 13:07:54 -07:00
|
|
|
max-width: 600px;
|
2014-01-22 10:04:13 -08:00
|
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
|
2011-12-22 08:22:07 -08:00
|
|
|
.phabricator-feed-story-date-separator {
|
2014-01-22 10:04:13 -08:00
|
|
|
margin-top: 16px;
|
2011-12-22 08:22:07 -08:00
|
|
|
}
|
2012-02-15 17:48:14 -08:00
|
|
|
|
|
|
|
.phabricator-feed-newer-link {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-older-link {
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-04-15 13:07:54 -07:00
|
|
|
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story-foot {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-public-feed-frame .phui-feed-story {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-public-feed-frame .phui-feed-wrap {
|
|
|
|
border: none;
|
|
|
|
}
|
2014-05-20 08:05:03 -07:00
|
|
|
|
2014-05-20 10:53:16 -07:00
|
|
|
/* - Dashboards ------------------------------------------------------------ */
|
2014-05-20 08:05:03 -07:00
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane div.phabricator-feed-frame {
|
2014-05-20 08:05:03 -07:00
|
|
|
margin: 0;
|
2014-05-21 11:37:36 -07:00
|
|
|
max-width: none;
|
2014-05-20 08:05:03 -07:00
|
|
|
}
|
|
|
|
|
2015-05-18 10:00:15 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-header-shell {
|
|
|
|
padding: 0;
|
2014-05-20 08:05:03 -07:00
|
|
|
}
|
|
|
|
|
2015-05-18 10:00:15 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-header-view {
|
2014-05-20 08:05:03 -07:00
|
|
|
font-size: 13px;
|
2015-05-18 10:00:15 -07:00
|
|
|
margin-left: 4px;
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
padding: 8px 0;
|
2014-05-20 08:05:03 -07:00
|
|
|
margin-bottom: 0;
|
2014-05-21 11:37:36 -07:00
|
|
|
color: {$bluetext};
|
2015-05-18 10:00:15 -07:00
|
|
|
font-weight: 500;
|
2014-05-20 08:05:03 -07:00
|
|
|
}
|
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story {
|
2014-05-20 08:05:03 -07:00
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
2015-05-18 10:00:15 -07:00
|
|
|
margin: 0;
|
2014-05-21 11:37:36 -07:00
|
|
|
}
|
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-head {
|
2015-05-18 10:00:15 -07:00
|
|
|
padding: 12px 4px;
|
2014-05-21 11:37:36 -07:00
|
|
|
}
|
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-body {
|
2015-05-18 10:00:15 -07:00
|
|
|
margin: 12px 4px;
|
2014-05-20 08:05:03 -07:00
|
|
|
}
|
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-foot {
|
2014-05-20 08:05:03 -07:00
|
|
|
background: #fff;
|
2015-05-18 10:00:15 -07:00
|
|
|
padding: 12px 4px;
|
2014-05-20 08:05:03 -07:00
|
|
|
}
|
|
|
|
|
[Redesign] Convert Dashboard Panels to ObjectBox
Summary: Moves Dashboard Panels to use PHUIObjectBoxView and PHUIHeaderView
Test Plan:
Tested the most common dashboards, Differential, Maniphest, Projects, Feed, Audit. Some edge cases (Legalpad, Macro) still are in progress. Tested laying out a new Dashboard, removing panels, moving panels.
{F406170}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12873
2015-05-17 07:05:14 -07:00
|
|
|
.dashboard-pane .phabricator-feed-frame
|
2014-12-30 02:48:26 -08:00
|
|
|
.phabricator-feed-story-date-separator {
|
2014-05-20 08:05:03 -07:00
|
|
|
margin-top: 0;
|
|
|
|
}
|