2015-04-14 21:33:02 +02:00
|
|
|
/**
|
|
|
|
* @provides conpherence-transaction-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.conpherence-transaction-view {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-transaction-content {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-transaction-header .phui-link-person {
|
|
|
|
font-weight: bold;
|
2016-09-09 20:08:53 +02:00
|
|
|
font-size: {$biggerfontsize};
|
2017-07-17 20:08:17 +02:00
|
|
|
color: {$blacktext};
|
2015-04-14 21:33:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-transaction-view.date-marker {
|
2016-09-15 03:34:11 +02:00
|
|
|
border-top: 1px solid {$sh-violetborder};
|
2015-04-14 21:33:02 +02:00
|
|
|
}
|
2016-09-09 20:08:53 +02:00
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-transaction-view.date-marker .date {
|
|
|
|
position: relative;
|
|
|
|
top: -11px;
|
2017-07-17 20:08:17 +02:00
|
|
|
background-color: {$page.content};
|
2016-09-15 03:34:11 +02:00
|
|
|
color: {$sh-violettext};
|
2015-04-14 21:33:02 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2015-05-08 23:53:46 +02:00
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
/***** Thread Search **********************************************************/
|
|
|
|
|
2015-05-08 23:53:46 +02:00
|
|
|
.conpherence-fulltext-results {
|
2016-10-15 15:58:46 +02:00
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-fulltext-results + .conpherence-fulltext-results {
|
|
|
|
border-top: 2px solid {$thinblueborder};
|
|
|
|
margin-top: -8px;
|
2015-05-08 23:53:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-fulltext-result {
|
|
|
|
margin: 0 0 1px;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-fulltext-match {
|
|
|
|
background: {$lightyellow};
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-fulltext-results .epoch-link {
|
|
|
|
float: right;
|
|
|
|
}
|
2016-10-15 15:58:46 +02:00
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-fulltext-results
|
|
|
|
.conpherence-transaction-view.conpherence-fulltext-result {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-search-room-results .phui-object-box {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-search-room-results
|
|
|
|
.phui-object-box .phui-header-shell {
|
|
|
|
display: none;
|
|
|
|
}
|