Page MenuHomestyx hydra

chatlog.css
No OneTemporary

chatlog.css

/**
* @provides phabricator-chatlog-css
*/
.phabricator-chat-log-wrap {
padding: 0 16px;
}
.device-phone .phabricator-chat-log-wrap {
padding: 0;
}
.phabricator-chat-log-pager-top {
padding: 16px 4px 8px;
font-weight: bold;
float: right;
}
.phabricator-chat-log-pager-bottom {
padding: 8px 4px 16px;
font-weight: bold;
float: right;
}
.phabricator-chat-log-pager-top a, .phabricator-chat-log-pager-bottom a {
padding: 2px 3px;
}
.phabricator-chat-log-jump {
padding: 16px 4px 8px;
font-weight: bold;
float: left;
}
.phabricator-chat-log-panel {
clear: both;
border: 1px solid {$lightblueborder};
border-bottom: 1px solid {$blueborder};
}
.phabricator-chat-log {
width: 100%;
}
.phabricator-chat-log td {
padding: 8px;
line-height: 18px;
}
.phabricator-chat-log tr {
background: #fff;
}
.phabricator-chat-log tr td.author {
background: {$greybackground};
}
.phabricator-chat-log tr.alternate {
border-top: 1px solid {$thinblueborder};
border-bottom: 1px solid {$thinblueborder};
}
.phabricator-chat-log tr.alternate td.author {
background: {$darkgreybackground};
}
.phabricator-chat-log tr.highlight td {
background: {$lightyellow};
}
.phabricator-chat-log td.timestamp {
white-space: nowrap;
text-align: right;
width: 12em;
}
.phabricator-chat-log td.message .timestamp {
color: {$bluetext};
font-size: 11px;
float: right;
margin-left: 5px;
}
.phabricator-chat-log td.author {
white-space: nowrap;
text-align: right;
font-weight: bold;
width: 140px;
color: {$darkbluetext};
}
.device-phone .phabricator-chat-log td.author {
width: 80px;
}
.phabricator-chat-log td.message {
white-space: pre-wrap;
word-break: break-word;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 4, 3:15 AM (2 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
651170
Default Alt Text
chatlog.css (1 KB)

Event Timeline