1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/task-edit.css
epriestley 3c1a0b76fa Add a custom "Header" Maniphest field type
Summary: Simple alternative to D5448. Adds a "header" type which renders a visual separator.

Test Plan:
{F39507}
{F39508}

Reviewers: jamesr, btrahan, chad

Reviewed By: chad

CC: aran

Differential Revision: https://secure.phabricator.com/D5616
2013-04-07 15:58:17 -07:00

18 lines
316 B
CSS

/**
* @provides maniphest-task-edit-css
*/
.maniphest-description-preview-header {
color: #666;
margin-bottom: 1em;
font-size: 11px;
}
.maniphest-auxiliary-header {
font-weight: bold;
font-size: 14px;
color: #333333;
border-bottom: 1px solid #999999;
padding: 12px 0 4px;
margin-bottom: 4px;
}