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/aphront/transaction.css
Chad Little 4ae28837fd Update Conpherence CSS to handle multiple edits better
Summary: Fixes T7655. We'll set tighter spacing around edit clusters. Also darkened up the date marker and remove unused `phabricator-transaction-view` CSS that was still scattered around the site.

Test Plan: Test a full and column multi-edit spam. Visited Ponder and Diffusion, noticed no issues using those apps. Grepped for other users of `phabricator-transaction-view`

Reviewers: epriestley, btrahan

Reviewed By: btrahan

Subscribers: Korvin, epriestley

Maniphest Tasks: T7655

Differential Revision: https://secure.phabricator.com/D12148
2015-03-26 12:56:58 -07:00

61 lines
1.1 KiB
CSS

/**
* @provides phabricator-transaction-view-css
*/
.phabricator-transaction-view {
background: 0px 2px no-repeat;
margin: 1em 0 1.25em;
min-height: 50px;
padding: 2px 0px;
}
.device-phone .phabricator-transaction-view {
margin: 10px 0;
}
.device-phone .phabricator-transaction-detail {
margin: 0;
min-height: 50px;
background: #fff;
}
.phabricator-transaction-header {
background: {$lightgreybackground};
padding: 5px 8px;
}
.phabricator-transaction-header a {
font-weight: bold;
color: {$darkbluetext};
}
.phabricator-transaction-info {
color: {$greytext};
float: right;
font-size: 11px;
}
.device-phone .phabricator-transaction-info {
display: none;
}
.phabricator-transaction-content {
background: #fff;
padding: 8px;
overflow: auto;
}
.phabricator-transaction-subheader {
color: {$lightgreytext};
padding-bottom: 8px;
}
.transaction-comment + .phabricator-transaction-subheader {
border-top: 1px solid {$thinblueborder};
margin-top: 12px;
padding-top: 12px;
}
div.phabricator-remarkup + .phabricator-transaction-subheader {
margin-top: 12px;
}