1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/layout/phabricator-header-view.css
epriestley f548dc0067 Remove PhabricatorProfileHeaderView in favor of PhabricatorHeaderView
Summary:
We have this old view which is only used in two places and looks the same but has totally different markup. Get rid of it.

@chad, I'm generally going to move the user/project profiles a step toward looking like other object detail view with the custom field stuff. Not sure if you have any grand vision here; we can easily do something else later since this is like 80% "delete weird epriestley one-offs that don't look quite right in favor of standard elements".

Test Plan: {F49324} {F49325} {F49326}

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D6394
2013-07-09 16:23:22 -07:00

51 lines
855 B
CSS

/**
* @provides phabricator-header-view-css
*/
.phabricator-header-shell {
background: #e0e3ec;
border-width: 1px 0;
border-style: solid;
border-color: #c0c5d1;
overflow: hidden;
}
.phabricator-header-shell + .phabricator-form-view {
border-top-width: 0;
}
.phabricator-header-view {
padding: 1.25em 2%;
font-size: 15px;
color: #111111;
}
.device-desktop .phabricator-header-view {
width: 66%;
}
.phabricator-header-tags {
margin-left: 12px;
font-size: 13px;
}
.phabricator-header-tags .phabricator-tag-view {
margin-left: 4px;
}
.phabricator-header-image {
display: inline-block;
background-repeat: no-repeat;
border: 1px solid white;
width: 50px;
height: 50px;
margin: 12px;
float: left;
}
.phabricator-header-subheader {
color: #444444;
font-weight: normal;
font-size: 13px;
margin-top: 4px;
}