mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 02:42:40 +01:00
193a9611e4
Summary: Ref T3671. A lot of applications have pretty ad-hoc preview code. Clean it up a bit and add Summary preview to Differential. After ApplicationTransactions we might want to try to serialize the whole form and show a preview of all the transactions, but this seems not very useful in most cases (I'd guess that Remarkup previews are 99% of the value) and tricky to get right (e.g., adding images which don't exist yet to Pholio mocks). I think I can add this in a few other places, too. Test Plan: Edited Maniphest Tasks and Differential Revisions, mashed some buttons. Verified previews rendered correctly. Grepped for removed CSS classes (no hits). {F52907} Reviewers: btrahan, Firehed Reviewed By: btrahan CC: aran, chad Maniphest Tasks: T3671 Differential Revision: https://secure.phabricator.com/D6673
12 lines
217 B
CSS
12 lines
217 B
CSS
/**
|
|
* @provides maniphest-task-edit-css
|
|
*/
|
|
|
|
.maniphest-auxiliary-header {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
color: #333333;
|
|
border-bottom: 1px solid #999999;
|
|
padding: 12px 0 4px;
|
|
margin-bottom: 4px;
|
|
}
|