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/application/pholio/pholio-inline-comments.css
Chad Little 454b773f78 Add spacing under Pholio Inline Comments
Summary: Adds a bit of space

Test Plan: View 2 or more inline comments on same transaction.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9712
2014-06-24 15:23:57 -07:00

16 lines
261 B
CSS

/**
* @provides pholio-inline-comments-css
*/
.pholio-inline-comment-head {
padding: 12px 0 4px;
color: {$greytext};
}
.pholio-inline-comment-head a {
font-weight: bold;
}
.pholio-transaction-inline-comment .phui-image-mask {
margin-bottom: 8px;
}