2012-08-15 19:45:06 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-header-view-css
|
|
|
|
*/
|
|
|
|
|
2012-12-11 23:01:35 +01:00
|
|
|
.phabricator-header-shell {
|
|
|
|
background: #e0e3ec;
|
|
|
|
border-width: 1px 0;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #c0c5d1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-header-shell + .phabricator-form-view {
|
|
|
|
border-top-width: 0;
|
|
|
|
}
|
|
|
|
|
2012-08-15 19:45:06 +02:00
|
|
|
.phabricator-header-view {
|
2012-12-11 23:01:35 +01:00
|
|
|
padding: 1.25em 2%;
|
2012-08-15 19:45:06 +02:00
|
|
|
font-size: 15px;
|
2012-12-11 23:01:35 +01:00
|
|
|
color: #111111;
|
2012-08-15 19:45:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-header-view {
|
|
|
|
width: 66%;
|
|
|
|
}
|
Modernize Macro application
Summary: Adds feed, email, notifications, comments, partial editing, subscriptions, enable/disable, flags and crumbs to Macro.
Test Plan:
{F26839}
{F26840}
{F26841}
{F26842}
{F26843}
{F26844}
{F26845}
Reviewers: vrana, btrahan, chad
Reviewed By: vrana
CC: aran
Maniphest Tasks: T2157, T175, T2104
Differential Revision: https://secure.phabricator.com/D4141
2012-12-11 23:01:03 +01:00
|
|
|
|
|
|
|
.phabricator-header-tags {
|
2013-01-31 20:49:38 +01:00
|
|
|
margin-left: 12px;
|
Modernize Macro application
Summary: Adds feed, email, notifications, comments, partial editing, subscriptions, enable/disable, flags and crumbs to Macro.
Test Plan:
{F26839}
{F26840}
{F26841}
{F26842}
{F26843}
{F26844}
{F26845}
Reviewers: vrana, btrahan, chad
Reviewed By: vrana
CC: aran
Maniphest Tasks: T2157, T175, T2104
Differential Revision: https://secure.phabricator.com/D4141
2012-12-11 23:01:03 +01:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
2013-01-31 20:49:38 +01:00
|
|
|
|
|
|
|
.phabricator-header-tags .phabricator-tag-view {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|