phorge/webroot/rsrc/css/phui/phui-action-header-view.css
Chad Little 490a6fe8b1 [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

86 lines
1.5 KiB
CSS

/**
* @provides phui-action-header-view-css
*/
.phui-action-header {
padding: 0 5px 0 8px;
overflow: hidden;
}
.phui-action-header-title {
color: #000;
float: left;
font-size: 15px;
font-weight: normal;
line-height: 15px;
padding: 12px 0;
white-space: nowrap;
}
.gradient-lightblue-header .phui-action-header-title {
color: {$darkbluetext};
}
.phui-action-header-icon-list {
float: right;
padding-top: 4px;
}
.phui-action-header-icon-item {
float: right;
padding-left: 4px;
}
.phui-action-header-icon-item .phui-icon-view {
display: inline-block;
font-size: 18px;
margin: 4px 0;
height: 18px;
width: 18px;
}
.phui-action-header-icon-item .phui-tag-view {
margin: 4px 2px 0;
display: inline-block;
}
.phui-action-header-link {
color: #000;
}
.phui-action-header.gradient-white-header {
background: #fff;
}
.phui-action-header.gradient-white-header .phui-action-header-title {
color: {$darkbluetext};
padding: 12px 0 12px 4px;
}
.phui-action-header.gradient-white-header
.phui-action-header-icon-list .phui-icon-view {
color: {$lightbluetext};
}
.phui-action-header.gradient-white-header
.phui-action-header-icon-list .phui-icon-view:hover {
color: {$darkbluetext};
}
.phui-action-header-icon-list .phui-tag-view {
font-weight: normal;
}
.phui-action-header-title .phui-icon-view {
float: left;
height: 16px;
width: 16px;
margin-right: 4px;
}
.phui-action-header-title .phui-action-header-subtitle {
margin-left: 4px;
font-weight: normal;
color: {$lightgreytext};
}