Path: blob/master/webroot/rsrc/css/application/chatlog/chatlog.css
12242 views
/**1* @provides phabricator-chatlog-css2*/34.device-phone .phabricator-chat-log-wrap {5padding: 0;6}78.phabricator-chat-log-pager-bottom {9padding: 8px 4px 16px;10font-weight: bold;11float: right;12}1314.phabricator-chat-log-pager-bottom a {15padding: 2px 3px;16}1718.phabricator-chat-log-panel {19clear: both;20}2122.phabricator-chat-log {23width: 100%;24}2526.phabricator-chat-log td {27padding: 8px;28line-height: 18px;29}3031.phabricator-chat-log tr {32background: #fff;33}3435.phabricator-chat-log tr td.author {36background: {$greybackground};37}3839.phabricator-chat-log tr.alternate {40border-top: 1px solid {$thinblueborder};41border-bottom: 1px solid {$thinblueborder};42}4344.phabricator-chat-log tr.alternate td.author {45background: {$lightgreybackground};46}4748.phabricator-chat-log tr.highlight td {49background: {$lightyellow};50}5152.phabricator-chat-log td.timestamp {53white-space: nowrap;54text-align: right;55width: 12em;56}5758.phabricator-chat-log td.message .timestamp {59color: {$bluetext};60font-size: {$smallestfontsize};61float: right;62margin-left: 5px;63}6465.phabricator-chat-log td.author {66white-space: nowrap;67text-align: right;68font-weight: bold;69width: 140px;70color: {$darkbluetext};71}7273.device-phone .phabricator-chat-log td.author {74width: 80px;75}7677.phabricator-chat-log td.message {78white-space: pre-wrap;79word-break: break-word;80}818283