2013-01-25 02:23:05 +01:00
|
|
|
/**
|
|
|
|
* @provides conpherence-message-pane-css
|
|
|
|
*/
|
2013-04-16 01:27:41 +02:00
|
|
|
|
2013-05-29 21:46:06 +02:00
|
|
|
.conpherence-message-pane,
|
|
|
|
.loading .messages-loading-mask,
|
2013-05-30 21:42:55 +02:00
|
|
|
.loading .messages-loading-icon,
|
|
|
|
.conpherence-layout .conpherence-no-threads {
|
2013-01-25 02:23:05 +01:00
|
|
|
position: fixed;
|
2013-05-24 19:50:18 +02:00
|
|
|
left: 280px;
|
|
|
|
right: 241px;
|
2013-05-23 01:05:47 +02:00
|
|
|
top: 76px;
|
2013-05-29 21:46:06 +02:00
|
|
|
bottom: 0px;
|
2013-03-25 15:38:27 +01:00
|
|
|
min-width: 300px;
|
2013-01-25 02:23:05 +01:00
|
|
|
width: auto;
|
|
|
|
}
|
2013-03-25 15:38:27 +01:00
|
|
|
|
2013-05-29 21:46:06 +02:00
|
|
|
.device .conpherence-message-pane,
|
|
|
|
.device .loading .messages-loading-mask,
|
2013-05-30 21:42:55 +02:00
|
|
|
.device .loading .messages-loading-icon,
|
|
|
|
.device .conpherence-layout .conpherence-no-threads {
|
2013-04-16 01:27:41 +02:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-05-30 21:42:55 +02:00
|
|
|
.conpherence-layout .conpherence-no-threads {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-layout .conpherence-no-threads .text {
|
|
|
|
margin: 16px 0px 16px 0px;
|
|
|
|
}
|
|
|
|
|
2013-02-15 23:01:27 +01:00
|
|
|
.conpherence-show-older-messages {
|
|
|
|
display: block;
|
|
|
|
background: #e0e3ec;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
color: #18559D;
|
|
|
|
}
|
2013-01-25 02:23:05 +01:00
|
|
|
|
2013-05-29 21:46:06 +02:00
|
|
|
.conpherence-show-older-messages-loading {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2013-01-25 02:23:05 +01:00
|
|
|
.conpherence-message-pane .conpherence-messages {
|
|
|
|
position: fixed;
|
2013-05-24 19:50:18 +02:00
|
|
|
left: 280px;
|
|
|
|
right: 241px;
|
2013-05-23 01:05:47 +02:00
|
|
|
top: 76px;
|
|
|
|
bottom: 190px;
|
2013-01-25 03:33:51 +01:00
|
|
|
overflow-y: auto;
|
2013-03-25 15:38:27 +01:00
|
|
|
box-shadow: inset 1px 4px 5px rgba(0,0,0,0.1);
|
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .conpherence-messages {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 3em;
|
|
|
|
width: 100%;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-05-29 21:46:06 +02:00
|
|
|
.conpherence-message-pane .messages-loading-mask {
|
|
|
|
opacity: .22;
|
|
|
|
background: #222;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.conpherence-message-pane .messages-loading-icon {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading .messages-loading-mask,
|
|
|
|
.loading .messages-loading-icon {
|
|
|
|
display: block;
|
|
|
|
z-index: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading .header-loading-mask {
|
|
|
|
height: 31px;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 5;
|
|
|
|
background: #222;
|
|
|
|
opacity: .22;
|
|
|
|
}
|
|
|
|
|
2013-01-25 02:23:05 +01:00
|
|
|
.conpherence-message-pane .phabricator-form-view {
|
|
|
|
border-width: 0;
|
|
|
|
background: none;
|
2013-05-23 01:05:47 +02:00
|
|
|
height: 190px;
|
2013-01-25 02:23:05 +01:00
|
|
|
padding: 0;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
2013-05-24 19:50:18 +02:00
|
|
|
left: 280px;
|
|
|
|
right: 241px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-bar {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .conpherence-message-pane .phabricator-form-view {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: #d8dce2;
|
|
|
|
height: 3em;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-04-11 20:04:25 +02:00
|
|
|
.conpherence-layout .conpherence-message-pane .phabricator-form-view
|
|
|
|
div.aphront-form-input {
|
2013-01-25 02:23:05 +01:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .phabricator-transaction-view {
|
2013-05-23 05:47:47 +02:00
|
|
|
margin: 5px 15px;
|
|
|
|
background-size: 35px;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .phabricator-transaction-view {
|
|
|
|
margin: 0 10px 0 0;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .phabricator-transaction-detail {
|
|
|
|
border-width: 0;
|
2013-03-25 15:38:27 +01:00
|
|
|
margin-left: 45px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2013-05-30 23:24:50 +02:00
|
|
|
.conpherence-message-pane .date-marker {
|
|
|
|
border-top: 1px solid #bfbfbf;
|
|
|
|
margin: 5px 15px;
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
.conpherence-message-pane .date-marker .date {
|
|
|
|
position: relative;
|
|
|
|
top: -8px;
|
|
|
|
left: 45px;
|
|
|
|
background-color: #FFF;
|
|
|
|
width: auto;
|
|
|
|
color: #BFBFBF;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 0px 5px;
|
|
|
|
}
|
|
|
|
|
2013-05-23 05:47:47 +02:00
|
|
|
.device-phone .conpherence-message-pane .phabricator-transaction-detail {
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-edited {
|
|
|
|
color: #888;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .conpherence-edited {
|
|
|
|
color: #888;
|
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-edited .phabricator-transaction-content {
|
|
|
|
padding: 0 0 5px 45px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .conpherence-edited .phabricator-transaction-content {
|
|
|
|
padding: 0 0 5px 35px;
|
|
|
|
}
|
|
|
|
|
2013-03-25 15:38:27 +01:00
|
|
|
.conpherence-message-pane .phabricator-transaction-info,
|
|
|
|
.conpherence-message-pane .phabricator-content-source-view {
|
|
|
|
color: #b7b7b7;
|
2013-05-23 05:47:47 +02:00
|
|
|
line-height: 16px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2013-03-25 15:38:27 +01:00
|
|
|
.conpherence-message-pane .phabricator-transaction-header,
|
|
|
|
.conpherence-message-pane .phabricator-transaction-info,
|
|
|
|
.conpherence-message-pane .phabricator-transaction-content {
|
2013-01-25 02:23:05 +01:00
|
|
|
background: none;
|
2013-05-23 05:47:47 +02:00
|
|
|
padding: 0;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .phabricator-transaction-content {
|
2013-05-23 05:47:47 +02:00
|
|
|
padding: 2px 0 8px 0;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .aphront-form-control {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .aphront-form-control-submit {
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
.conpherence-message-pane .remarkup-assist-bar {
|
|
|
|
border-width: 1px 0 0;
|
|
|
|
border-color: #CCC;
|
2013-01-26 18:59:21 +01:00
|
|
|
border-bottom: transparent;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .remarkup-assist-textarea {
|
2013-05-23 01:05:47 +02:00
|
|
|
height: 124px;
|
2013-04-16 01:27:41 +02:00
|
|
|
padding: 6px;
|
2013-01-26 18:59:21 +01:00
|
|
|
border-width: 0 0 1px 0;
|
|
|
|
border-color: #e7e7e7;
|
2013-04-16 01:27:41 +02:00
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
2013-05-07 22:56:04 +02:00
|
|
|
resize: none;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device .conpherence-message-pane .remarkup-assist-textarea {
|
|
|
|
margin: 0.5em 0em 0em 2%;
|
|
|
|
padding: 6px 1%;
|
|
|
|
width: 98%;
|
|
|
|
height: 2em;
|
|
|
|
resize: none;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .remarkup-assist-textarea:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-textarea {
|
|
|
|
float: left;
|
|
|
|
height: 2em;
|
|
|
|
}
|
|
|
|
.device-tablet .conpherence-message-pane .aphront-form-control-textarea {
|
|
|
|
width: 76%;
|
|
|
|
}
|
|
|
|
.device-phone .conpherence-message-pane .aphront-form-control-textarea {
|
|
|
|
width: 63%;
|
2013-01-26 18:59:21 +01:00
|
|
|
}
|
2013-03-25 15:38:27 +01:00
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-submit button {
|
|
|
|
margin: 0.6em 0 0 2%;
|
|
|
|
}
|