1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/layout/phabricator-header-view.css
epriestley 8b86ec6c72 Make multiple tags render more nicely in headers
Summary: If you render multiple tags, they squish together.

Test Plan:
Now they look a little better:

{F31191}

Reviewers: Afaque_Hussain

Reviewed By: Afaque_Hussain

CC: aran

Differential Revision: https://secure.phabricator.com/D4761
2013-01-31 11:49:38 -08:00

33 lines
544 B
CSS

/**
* @provides phabricator-header-view-css
*/
.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;
}
.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;
}