1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00
phorge-phorge/webroot/rsrc/css/application/maniphest/report.css
Chad Little 7c609229a9 Fix Maniphest Reports scrolling issues
Summary: Fixes T7099, also picked some new colors. Raphael can bind the graph to a dom element, which resolved the scrolling issue.

Test Plan: Tested scrolling on my laptop, desktop. Seems resolved.

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

Maniphest Tasks: T7099

Differential Revision: https://secure.phabricator.com/D11879
2015-02-24 09:41:37 -08:00

29 lines
457 B
CSS

/**
* @provides maniphest-report-css
*/
table.aphront-table-view tr.aggregate,
table.aphront-table-view tr.alt-aggregate {
font-size: 13px;
font-weight: bold;
}
table.aphront-table-view tr.month,
table.aphront-table-view tr.alt-month {
background: {$backdrop};
font-weight: bold;
}
span.red {
color: {$red};
font-weight: bold;
}
span.green {
color: {$green};
font-weight: bold;
}
.aphront-panel-view-caption p {
padding: 6px 0 0;
}