2012-02-17 19:21:38 +01:00
|
|
|
/**
|
|
|
|
* @provides phabricator-chatlog-css
|
|
|
|
*/
|
|
|
|
|
2013-04-13 16:50:34 +02:00
|
|
|
.phabricator-chat-log-wrap {
|
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .phabricator-chat-log-wrap {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log-panel {
|
2013-04-13 16:50:34 +02:00
|
|
|
margin: 20px auto;
|
|
|
|
border-left: 1px solid #e7e7e7;
|
|
|
|
border-right: 1px solid #e7e7e7;
|
|
|
|
border-bottom: 1px solid #c0c5d1;
|
2012-06-02 23:00:08 +02:00
|
|
|
}
|
|
|
|
|
2012-02-17 19:21:38 +01:00
|
|
|
.phabricator-chat-log {
|
2012-06-02 23:00:08 +02:00
|
|
|
width: 100%;
|
2013-04-13 16:50:34 +02:00
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.2);
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log td {
|
2013-04-13 16:50:34 +02:00
|
|
|
padding: 8px;
|
|
|
|
line-height: 18px;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log tr {
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr td.author {
|
2013-04-13 16:50:34 +02:00
|
|
|
background: #e7e7ee;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.alternate {
|
2013-04-13 16:50:34 +02:00
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2012-06-02 23:00:08 +02:00
|
|
|
.phabricator-chat-log tr.alternate td.author {
|
2013-04-13 16:50:34 +02:00
|
|
|
background: #dfdfe6;
|
2012-06-02 23:00:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.highlight td {
|
|
|
|
background: #ffff88;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log tr.highlight td.author {
|
|
|
|
background: #eeee88;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.timestamp {
|
|
|
|
white-space: nowrap;
|
2012-06-02 23:00:08 +02:00
|
|
|
text-align: right;
|
|
|
|
width: 12em;
|
|
|
|
}
|
|
|
|
|
2013-04-13 16:50:34 +02:00
|
|
|
.phabricator-chat-log td.message .timestamp {
|
|
|
|
color: #a1a5a9;
|
2012-06-02 23:00:08 +02:00
|
|
|
font-size: 11px;
|
2013-04-13 16:50:34 +02:00
|
|
|
float: right;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-chat-log td.author {
|
|
|
|
white-space: nowrap;
|
|
|
|
text-align: right;
|
|
|
|
font-weight: bold;
|
2013-04-13 16:50:34 +02:00
|
|
|
width: 140px;
|
2012-06-02 23:00:08 +02:00
|
|
|
color: #555555;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|
|
|
|
|
2013-04-13 16:50:34 +02:00
|
|
|
.device-phone .phabricator-chat-log td.author {
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
2012-02-17 19:21:38 +01:00
|
|
|
.phabricator-chat-log td.message {
|
2012-06-02 23:00:08 +02:00
|
|
|
white-space: pre-wrap;
|
2012-02-17 19:21:38 +01:00
|
|
|
}
|