2011-07-09 22:28:09 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-feed-css
|
|
|
|
*/
|
|
|
|
|
2011-12-22 17:22:07 +01:00
|
|
|
.phabricator-feed-frame {
|
2013-04-15 22:07:54 +02:00
|
|
|
margin: 20px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-public-feed-frame {
|
2013-04-03 19:18:09 +02:00
|
|
|
margin: 10px;
|
2013-04-15 22:07:54 +02:00
|
|
|
max-width: 600px;
|
2013-05-13 18:14:40 +02:00
|
|
|
overflow-x: auto;
|
2013-04-03 19:18:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-feed-frame {
|
2013-04-15 22:07:54 +02:00
|
|
|
max-width: 600px;
|
2014-01-22 19:04:13 +01:00
|
|
|
margin: 16px;
|
|
|
|
}
|
|
|
|
|
2011-12-22 17:22:07 +01:00
|
|
|
.phabricator-feed-story-date-separator {
|
2014-01-22 19:04:13 +01:00
|
|
|
margin-top: 16px;
|
2011-12-22 17:22:07 +01:00
|
|
|
}
|
2012-02-16 02:48:14 +01:00
|
|
|
|
|
|
|
.phabricator-feed-newer-link {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-older-link {
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2013-04-15 22:07:54 +02: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 17:05:03 +02:00
|
|
|
|
2014-05-20 19:53:16 +02:00
|
|
|
/* - Dashboards ------------------------------------------------------------ */
|
2014-05-20 17:05:03 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane div.phabricator-feed-frame {
|
2014-05-20 17:05:03 +02:00
|
|
|
margin: 0;
|
2014-05-21 20:37:36 +02:00
|
|
|
max-width: none;
|
2014-05-20 17:05:03 +02:00
|
|
|
}
|
|
|
|
|
2015-05-18 19:00:15 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-header-shell {
|
|
|
|
padding: 0;
|
2014-05-20 17:05:03 +02:00
|
|
|
}
|
|
|
|
|
2015-05-18 19:00:15 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-header-view {
|
2014-05-20 17:05:03 +02:00
|
|
|
font-size: 13px;
|
2015-05-18 19:00:15 +02: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 16:05:14 +02:00
|
|
|
padding: 8px 0;
|
2014-05-20 17:05:03 +02:00
|
|
|
margin-bottom: 0;
|
2014-05-21 20:37:36 +02:00
|
|
|
color: {$bluetext};
|
2015-05-18 19:00:15 +02:00
|
|
|
font-weight: 500;
|
2014-05-20 17:05:03 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story {
|
2014-05-20 17:05:03 +02:00
|
|
|
border: none;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
2015-05-18 19:00:15 +02:00
|
|
|
margin: 0;
|
2014-05-21 20:37:36 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-head {
|
2015-05-18 19:00:15 +02:00
|
|
|
padding: 12px 4px;
|
2014-05-21 20:37:36 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-body {
|
2015-05-18 19:00:15 +02:00
|
|
|
margin: 12px 4px;
|
2014-05-20 17:05:03 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame .phui-feed-story-foot {
|
2014-05-20 17:05:03 +02:00
|
|
|
background: #fff;
|
2015-05-18 19:00:15 +02:00
|
|
|
padding: 12px 4px;
|
2014-05-20 17:05:03 +02: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 16:05:14 +02:00
|
|
|
.dashboard-pane .phabricator-feed-frame
|
2014-12-30 11:48:26 +01:00
|
|
|
.phabricator-feed-story-date-separator {
|
2014-05-20 17:05:03 +02:00
|
|
|
margin-top: 0;
|
|
|
|
}
|