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/conpherence/transaction.css
Chad Little be54620b17 Refresh Conpherence UI
Summary: Cleans up a number of inconsistencies, makes Conpherence lighter, easier to read, make names larger, darker.

Test Plan: Review Conpherence chat in Main App, Durable Column, Mobile, Tablet

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D16531
2016-09-09 11:27:56 -07:00

48 lines
855 B
CSS

/**
* @provides conpherence-transaction-css
*/
.conpherence-transaction-view {
position: relative;
}
.conpherence-transaction-content {
overflow: auto;
}
.conpherence-transaction-header .phui-link-person {
font-weight: bold;
font-size: {$biggerfontsize};
color: #000;
}
.conpherence-transaction-view.date-marker {
border-top: 1px solid {$thinblueborder};
}
.conpherence-transaction-view.date-marker .date {
position: relative;
top: -11px;
background-color: #fff;
color: #000;
font-weight: bold;
}
.conpherence-fulltext-results {
margin: 0 8px 8px;
background: {$lightgreybackground};
border: 1px solid {$lightgreyborder};
}
.conpherence-fulltext-result {
margin: 0 0 1px;
padding: 8px;
}
.conpherence-fulltext-match {
background: {$lightyellow};
}
.conpherence-fulltext-results .epoch-link {
float: right;
}