2013-01-24 17:23:05 -08:00
|
|
|
/**
|
|
|
|
* @provides conpherence-message-pane-css
|
|
|
|
*/
|
2013-04-15 16:27:41 -07:00
|
|
|
|
2013-05-29 12:46:06 -07:00
|
|
|
.conpherence-message-pane,
|
|
|
|
.loading .messages-loading-mask,
|
2013-05-30 12:42:55 -07:00
|
|
|
.loading .messages-loading-icon,
|
|
|
|
.conpherence-layout .conpherence-no-threads {
|
2013-01-24 17:23:05 -08:00
|
|
|
position: fixed;
|
2016-09-08 21:33:57 -07:00
|
|
|
left: 240px;
|
|
|
|
right: 240px;
|
2017-04-18 13:37:52 -07:00
|
|
|
top: 106px;
|
2013-05-29 12:46:06 -07:00
|
|
|
bottom: 0px;
|
2013-03-25 07:38:27 -07:00
|
|
|
min-width: 300px;
|
2013-01-24 17:23:05 -08:00
|
|
|
width: auto;
|
|
|
|
}
|
2013-03-25 07:38:27 -07:00
|
|
|
|
2013-05-29 12:46:06 -07:00
|
|
|
.device .conpherence-message-pane,
|
|
|
|
.device .loading .messages-loading-mask,
|
2013-05-30 12:42:55 -07:00
|
|
|
.device .loading .messages-loading-icon,
|
|
|
|
.device .conpherence-layout .conpherence-no-threads {
|
2013-04-15 16:27:41 -07:00
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
2016-09-16 14:56:58 -07:00
|
|
|
.conpherence-layout .conpherence-content-pane .conpherence-no-threads {
|
|
|
|
top: 44px;
|
|
|
|
right: 0;
|
2017-07-17 11:08:17 -07:00
|
|
|
background: {$page.content};
|
2016-09-16 14:56:58 -07:00
|
|
|
z-index: 26;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-layout .phui-big-info-view {
|
|
|
|
margin: 16px;
|
2013-05-30 12:42:55 -07:00
|
|
|
}
|
|
|
|
|
2016-09-16 14:56:58 -07:00
|
|
|
.conpherence-layout .conpherence-no-threads .phui-box-border {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
2013-05-30 12:42:55 -07:00
|
|
|
}
|
|
|
|
|
2015-04-30 16:54:57 -07:00
|
|
|
.conpherence-show-more-messages {
|
2013-02-15 14:01:27 -08:00
|
|
|
display: block;
|
|
|
|
background: #e0e3ec;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
2013-09-07 09:13:55 -07:00
|
|
|
color: {$bluetext};
|
2013-02-15 14:01:27 -08:00
|
|
|
}
|
2013-01-24 17:23:05 -08:00
|
|
|
|
2015-04-30 16:54:57 -07:00
|
|
|
.conpherence-show-more-messages-loading {
|
2013-05-29 12:46:06 -07:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2013-01-24 17:23:05 -08:00
|
|
|
.conpherence-message-pane .conpherence-messages {
|
|
|
|
position: fixed;
|
2016-09-08 21:33:57 -07:00
|
|
|
left: 240px;
|
|
|
|
right: 240px;
|
2017-04-18 13:37:52 -07:00
|
|
|
top: 106px;
|
2016-11-11 22:22:59 +00:00
|
|
|
bottom: 142px;
|
2015-04-14 14:56:35 -07:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2013-03-25 07:38:27 -07:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2015-04-14 14:56:35 -07:00
|
|
|
.conpherence-messages.jx-scrollbar-frame {
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
2015-04-16 09:25:39 -07:00
|
|
|
.conpherence-messages .jx-scrollbar-content > .conpherence-edited:first-child,
|
|
|
|
.conpherence-messages > .conpherence-edited:first-child {
|
2015-03-26 13:40:42 -07:00
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
2016-09-27 19:26:02 -07:00
|
|
|
.conpherence-messages .conpherence-edited:last-child {
|
2015-03-28 10:41:15 -07:00
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2015-04-01 13:12:51 -07:00
|
|
|
.conpherence-message-pane .conpherence-edited + .date-marker {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
2013-04-15 16:27:41 -07:00
|
|
|
.device .conpherence-message-pane .conpherence-messages {
|
2016-10-18 21:13:53 -07:00
|
|
|
left: 0;
|
|
|
|
bottom: 44px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .conpherence-messages {
|
2013-04-15 16:27:41 -07:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2016-09-09 11:08:53 -07:00
|
|
|
bottom: 44px;
|
2013-04-15 16:27:41 -07:00
|
|
|
width: 100%;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-08-26 11:53:11 -07:00
|
|
|
.conpherence-message-pane .phui-form-view {
|
2013-01-24 17:23:05 -08:00
|
|
|
border-width: 0;
|
2016-11-11 22:22:59 +00:00
|
|
|
height: 130px;
|
2016-09-14 18:34:11 -07:00
|
|
|
padding: 0 20px 12px;
|
2013-01-24 17:23:05 -08:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
2016-09-08 21:33:57 -07:00
|
|
|
left: 240px;
|
2013-05-24 10:50:18 -07:00
|
|
|
right: 241px;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2016-09-27 19:26:02 -07:00
|
|
|
.conpherence-room-status {
|
|
|
|
font-size: {$smallerfontsize};
|
|
|
|
color: {$lightgreytext};
|
|
|
|
font-style: italic;
|
|
|
|
position: absolute;
|
2016-11-11 22:22:59 +00:00
|
|
|
bottom: 2px;
|
2016-09-27 19:26:02 -07:00
|
|
|
left: 24px;
|
2016-09-14 18:34:11 -07:00
|
|
|
}
|
|
|
|
|
2016-09-27 22:21:10 -07:00
|
|
|
.device .conpherence-room-status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-09-27 19:26:02 -07:00
|
|
|
.conpherence-no-pontificate .conpherence-message-pane .phui-form-view {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
text-align: center;
|
2015-05-08 14:59:11 -07:00
|
|
|
}
|
|
|
|
|
2016-09-27 19:26:02 -07:00
|
|
|
.conpherence-no-pontificate .conpherence-message-pane
|
|
|
|
.aphront-form-control-submit button,
|
|
|
|
.conpherence-no-pontificate .conpherence-message-pane
|
|
|
|
.aphront-form-control-submit a.button {
|
|
|
|
margin: 4px 0 0 0;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-no-pontificate .phui-form-view .aphront-form-instructions {
|
|
|
|
margin: 24px 0 16px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
|
|
color: {$bluetext};
|
|
|
|
font-size: {$biggestfontsize};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .conpherence-message-pane .phui-form-view {
|
|
|
|
padding: 8px 8px;
|
2015-05-08 14:59:11 -07:00
|
|
|
}
|
|
|
|
|
2015-03-05 17:09:07 -08:00
|
|
|
.conpherence-message-pane .aphront-form-control-submit button,
|
|
|
|
.conpherence-message-pane .aphront-form-control-submit a.button {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2016-09-14 18:34:11 -07:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-submit button,
|
|
|
|
.device .conpherence-message-pane .aphront-form-control-submit a.button {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
2013-08-29 15:59:15 -07:00
|
|
|
/**
|
|
|
|
* When entering "Fullscreen Mode" in the remarkup control, we need to drop
|
|
|
|
* all of the "position: fixed" on parent elements or Chrome doesn't put the
|
|
|
|
* textarea on top.
|
|
|
|
*/
|
|
|
|
.remarkup-fullscreen-mode .conpherence-message-pane,
|
|
|
|
.remarkup-fullscreen-mode .conpherence-message-pane .conpherence-messages,
|
2013-08-29 16:03:13 -07:00
|
|
|
.remarkup-fullscreen-mode .conpherence-message-pane .phui-form-view,
|
|
|
|
.remarkup-fullscreen-mode .conpherence-layout {
|
2013-08-29 15:59:15 -07:00
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
2015-03-05 17:09:07 -08:00
|
|
|
.conpherence-message-pane .remarkup-assist-bar {
|
2016-09-09 11:08:53 -07:00
|
|
|
border-bottom: none;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2015-03-05 17:09:07 -08:00
|
|
|
}
|
|
|
|
|
2013-04-15 16:27:41 -07:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-bar {
|
2016-09-29 16:25:47 +00:00
|
|
|
position: absolute;
|
2016-11-11 22:22:59 +00:00
|
|
|
top: 9px;
|
|
|
|
left: 9px;
|
|
|
|
width: 24px;
|
2016-09-29 16:25:47 +00:00
|
|
|
background: {$bluebackground};
|
|
|
|
border-radius: 3px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2017-03-13 14:39:28 -07:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-button,
|
|
|
|
.device .conpherence-message-pane .remarkup-assist-separator {
|
2015-04-16 09:25:39 -07:00
|
|
|
display: none;
|
2013-04-15 16:27:41 -07:00
|
|
|
}
|
|
|
|
|
2017-03-13 14:39:28 -07:00
|
|
|
.device .conpherence-message-pane
|
|
|
|
.remarkup-assist-button.remarkup-assist-upload {
|
|
|
|
display: block;
|
2016-09-29 16:25:47 +00:00
|
|
|
}
|
|
|
|
|
2013-08-26 11:53:11 -07:00
|
|
|
.device .conpherence-message-pane .phui-form-view {
|
2016-10-18 21:13:53 -07:00
|
|
|
left: 0;
|
|
|
|
height: 34px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .phui-form-view {
|
2013-04-15 16:27:41 -07:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2015-04-16 09:25:39 -07:00
|
|
|
height: 34px;
|
|
|
|
width: auto;
|
2013-04-15 16:27:41 -07:00
|
|
|
}
|
|
|
|
|
2013-08-26 11:53:11 -07:00
|
|
|
.conpherence-layout .conpherence-message-pane .phui-form-view
|
2013-04-11 11:04:25 -07:00
|
|
|
div.aphront-form-input {
|
2013-01-24 17:23:05 -08:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view {
|
2015-04-14 12:33:02 -07:00
|
|
|
padding: 2px 0px;
|
2016-09-14 18:34:11 -07:00
|
|
|
margin: 4px 20px;
|
2015-05-13 08:14:47 -07:00
|
|
|
background-size: 100%;
|
2013-05-22 20:47:47 -07:00
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-phone .conpherence-transaction-view {
|
2015-04-14 13:36:51 -07:00
|
|
|
margin: 0 8px;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-image {
|
2015-04-14 12:33:02 -07:00
|
|
|
float: left;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
background-size: 35px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-phone .conpherence-transaction-image {
|
2016-09-14 18:34:11 -07:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
background-size: 25px;
|
2015-04-14 13:36:51 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-comment.anchor-target,
|
|
|
|
.conpherence-transaction-view.conpherence-edited.anchor-target {
|
2015-04-14 13:36:51 -07:00
|
|
|
background: {$lightyellow};
|
2015-04-13 15:24:48 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.cconpherence-transaction-view.conpherence-comment.anchor-target {
|
2015-04-13 15:24:48 -07:00
|
|
|
margin: 4px 8px 4px 8px;
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited.anchor-target {
|
2015-04-13 15:24:48 -07:00
|
|
|
margin: 0px 8px 0px 8px;
|
|
|
|
padding: 0px 4px 0px 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-detail {
|
2013-01-24 17:23:05 -08:00
|
|
|
border-width: 0;
|
2013-03-25 07:38:27 -07:00
|
|
|
margin-left: 45px;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-phone .conpherence-transaction-view .conpherence-transaction-detail {
|
2016-09-14 18:34:11 -07:00
|
|
|
margin-left: 32px;
|
2015-04-14 13:36:51 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.date-marker {
|
2015-04-14 12:33:02 -07:00
|
|
|
padding: 0;
|
2016-09-14 18:34:11 -07:00
|
|
|
margin: 20px 20px 4px;
|
2013-05-30 14:24:50 -07:00
|
|
|
min-height: auto;
|
|
|
|
}
|
2015-03-26 12:56:58 -07:00
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-phone .conpherence-transaction-view.date-marker {
|
2015-04-16 09:25:39 -07:00
|
|
|
margin: 12px 0 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-tablet .conpherence-transaction-view.date-marker {
|
|
|
|
padding-left: 37px;
|
2013-12-03 21:48:03 -08:00
|
|
|
}
|
2015-03-26 12:56:58 -07:00
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.date-marker .date {
|
|
|
|
left: 40px;
|
|
|
|
font-size: {$normalfontsize};
|
|
|
|
padding: 0px 4px;
|
2015-04-16 09:25:39 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device .conpherence-transaction-view.date-marker .date {
|
|
|
|
left: 4px;
|
2013-05-30 14:24:50 -07:00
|
|
|
}
|
2015-03-14 13:12:26 -07:00
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.device-phone .conpherence-transaction-view.conpherence-edited {
|
2015-04-14 13:36:51 -07:00
|
|
|
min-height: none;
|
|
|
|
color: {$lightgreytext};
|
|
|
|
margin: 0 8px;
|
2013-05-22 20:47:47 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited
|
|
|
|
.conpherence-transaction-content {
|
|
|
|
color: {$lightgreytext};
|
|
|
|
font-size: {$biggerfontsize};
|
|
|
|
font-style: italic;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
line-height: 20px;
|
2015-03-14 13:12:26 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited {
|
2015-03-26 12:56:58 -07:00
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
min-height: inherit;
|
2015-03-14 13:12:26 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited + .conpherence-comment {
|
2015-04-14 13:36:51 -07:00
|
|
|
margin-top: 16px;
|
2015-03-26 12:56:58 -07:00
|
|
|
}
|
|
|
|
|
2015-04-14 13:36:51 -07:00
|
|
|
.conpherence-transaction-view.conpherence-edited +
|
|
|
|
.conpherence-transaction-view.date-marker {
|
|
|
|
margin-top: 24px;
|
2013-05-22 20:47:47 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited
|
|
|
|
.conpherence-transaction-header {
|
|
|
|
float: right;
|
2013-05-22 20:47:47 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view.conpherence-edited
|
2015-04-14 12:33:02 -07:00
|
|
|
.conpherence-transaction-content a {
|
2015-01-30 14:29:24 -08:00
|
|
|
color: {$darkbluetext};
|
2013-05-22 20:47:47 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-info {
|
2016-09-09 14:09:43 -07:00
|
|
|
margin: 0 8px;
|
2015-04-14 12:33:02 -07:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-info,
|
Remove 'full-display' setting from Conpherence, spruce up search results
Summary: This removes 'full-display', 'minimal-display' from Conpherence, which I recall was because we had 2 UIs for column and regular chat. I'm also tossing in slightly nicer search results, with a link to the actual message and the full date shown for context.
Test Plan: Post a message in mobile, tablet, full conpherence, and in durable column. Clean up UI in durable column. Do a search in Full UI, click on result date, get taken to the message... usually. My test data is a little wonky, but I think this works most of the time.
Reviewers: epriestley
Reviewed By: epriestley
Subscribers: Korvin
Differential Revision: https://secure.phabricator.com/D16710
2016-10-15 20:26:15 -07:00
|
|
|
.conpherence-transaction-view .transaction-date,
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view .phabricator-content-source-view {
|
[Redesign] Move basefont to Lato, remove Source Sans Pro
Summary: Working towards a more unified look and feel. This brings in Lato as a complete base font over Helvetica Neue, as well as removing Source Sans Pro from DocumentView and Conpherence. Design-wise Lato provides the nice readability at larger font sizes that Source Sans Pro did, with the ability to scale down to tables and UI widgets with ease. This gives us one font instead of two, and now Object descriptions and Timeline posts all can benefit from a consistent, readable font.
Test Plan:
Test main UI, smaller elements like tables, menus, DocumentViews, Previews, Conpherence.
{F498135}
{F498136}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: epriestley, Korvin
Differential Revision: https://secure.phabricator.com/D13276
2015-06-13 20:32:45 +01:00
|
|
|
color: {$lightgreytext};
|
2013-05-22 20:47:47 -07:00
|
|
|
line-height: 16px;
|
2015-06-26 09:33:03 -07:00
|
|
|
font-size: {$smallerfontsize};
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-content {
|
2013-05-22 20:47:47 -07:00
|
|
|
padding: 2px 0 8px 0;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2017-03-13 14:39:28 -07:00
|
|
|
body .conpherence-message-pane .aphront-form-control {
|
2013-01-24 17:23:05 -08:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .remarkup-assist-textarea {
|
2016-11-11 22:22:59 +00:00
|
|
|
height: 88px;
|
2016-09-09 11:08:53 -07:00
|
|
|
padding: 8px;
|
2013-04-15 16:27:41 -07:00
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
-webkit-box-sizing: border-box;
|
2016-09-09 11:08:53 -07:00
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2013-04-15 16:27:41 -07:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-textarea {
|
2015-04-16 09:25:39 -07:00
|
|
|
margin: 0;
|
2017-04-18 13:37:52 -07:00
|
|
|
padding: 7px 8px 6px 38px;
|
2015-04-16 09:25:39 -07:00
|
|
|
width: 100%;
|
2015-03-05 17:09:07 -08:00
|
|
|
height: 34px;
|
2013-04-15 16:27:41 -07:00
|
|
|
resize: none;
|
2016-11-11 22:22:59 +00:00
|
|
|
border-color: {$greyborder};
|
2016-09-09 11:08:53 -07:00
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2013-01-24 17:23:05 -08:00
|
|
|
}
|
|
|
|
|
2015-04-16 09:25:39 -07:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-submit {
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
2016-09-09 11:08:53 -07:00
|
|
|
top: -2px;
|
|
|
|
right: 12px;
|
2015-03-05 17:09:07 -08:00
|
|
|
}
|
|
|
|
|
2013-04-15 16:27:41 -07:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-textarea {
|
|
|
|
float: left;
|
2015-04-16 09:25:39 -07:00
|
|
|
height: 24px;
|
2015-04-16 09:43:28 -07:00
|
|
|
width: 100%;
|
2013-04-15 16:27:41 -07:00
|
|
|
}
|
2015-08-04 12:45:50 -07:00
|
|
|
|
|
|
|
.conpherence-message .phabricator-remarkup .remarkup-code-block pre {
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
2016-09-12 23:20:21 +00:00
|
|
|
|
2016-09-29 12:19:45 -07:00
|
|
|
.conpherence-transaction-collapsed .conpherence-transaction-image,
|
|
|
|
.conpherence-transaction-collapsed .conpherence-transaction-header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane
|
|
|
|
.conpherence-transaction-collapsed.conpherence-transaction-view {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-10-13 11:09:54 -07:00
|
|
|
|
2016-10-19 15:15:06 -07:00
|
|
|
/* this causes scrolling issues on iDevices */
|
|
|
|
.device .conpherence-layout + .phabricator-standard-page-footer {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-13 11:09:54 -07:00
|
|
|
/***** Thread Loading *********************************************************/
|
|
|
|
|
|
|
|
.conpherence-layout .conpherence-loading-mask {
|
|
|
|
height: 0;
|
|
|
|
opacity: 0;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 240px;
|
|
|
|
bottom: 0;
|
|
|
|
transition: all 0.3s;
|
|
|
|
position: fixed;
|
2017-07-17 11:08:17 -07:00
|
|
|
background-color: {$page.content};
|
2016-10-13 11:09:54 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-layout.loading .conpherence-loading-mask {
|
|
|
|
opacity: 1;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/***** Thread Search **********************************************************/
|
|
|
|
|
|
|
|
.conpherence-search-main {
|
|
|
|
opacity: 0;
|
|
|
|
transition: all 0.2s;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-searchbar .conpherence-search-main {
|
|
|
|
opacity: 1;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
2016-10-14 09:06:24 -07:00
|
|
|
.conpherence-search-form-view {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-13 11:09:54 -07:00
|
|
|
.show-searchbar .conpherence-search-form-view {
|
|
|
|
display: block;
|
|
|
|
height: 54px;
|
2017-07-17 11:08:17 -07:00
|
|
|
background: {$page.content};
|
2016-10-13 11:09:54 -07:00
|
|
|
position: absolute;
|
2017-04-18 13:37:52 -07:00
|
|
|
top: 0;
|
2016-10-13 11:09:54 -07:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-15 13:58:46 +00:00
|
|
|
.conpherence-search-form-view input.conpherence-search-input {
|
2016-10-13 11:09:54 -07:00
|
|
|
padding-left: 8px;
|
|
|
|
width: calc(100% - 24px);
|
|
|
|
border-radius: 20px;
|
|
|
|
margin: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-search-results {
|
|
|
|
position: absolute;
|
2017-07-17 11:08:17 -07:00
|
|
|
background: {$page.content};
|
2016-10-13 11:09:54 -07:00
|
|
|
top: 54px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|