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;
|
2016-09-09 06:33:57 +02:00
|
|
|
left: 240px;
|
|
|
|
right: 240px;
|
2016-09-15 03:34:11 +02:00
|
|
|
top: 102px;
|
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%;
|
|
|
|
}
|
|
|
|
|
2016-09-16 23:56:58 +02:00
|
|
|
.conpherence-layout .conpherence-content-pane .conpherence-no-threads {
|
|
|
|
top: 44px;
|
|
|
|
right: 0;
|
|
|
|
background: #fff;
|
|
|
|
z-index: 26;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-layout .phui-big-info-view {
|
|
|
|
margin: 16px;
|
2013-05-30 21:42:55 +02:00
|
|
|
}
|
|
|
|
|
2016-09-16 23:56:58 +02:00
|
|
|
.conpherence-layout .conpherence-no-threads .phui-box-border {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
2013-05-30 21:42:55 +02:00
|
|
|
}
|
|
|
|
|
2015-05-01 01:54:57 +02:00
|
|
|
.conpherence-show-more-messages {
|
2013-02-15 23:01:27 +01:00
|
|
|
display: block;
|
|
|
|
background: #e0e3ec;
|
|
|
|
margin: 10px;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
2013-09-07 18:13:55 +02:00
|
|
|
color: {$bluetext};
|
2013-02-15 23:01:27 +01:00
|
|
|
}
|
2013-01-25 02:23:05 +01:00
|
|
|
|
2015-05-01 01:54:57 +02:00
|
|
|
.conpherence-show-more-messages-loading {
|
2013-05-29 21:46:06 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2013-01-25 02:23:05 +01:00
|
|
|
.conpherence-message-pane .conpherence-messages {
|
|
|
|
position: fixed;
|
2016-09-09 06:33:57 +02:00
|
|
|
left: 240px;
|
|
|
|
right: 240px;
|
2016-09-15 03:34:11 +02:00
|
|
|
top: 103px;
|
2016-09-28 04:26:02 +02:00
|
|
|
bottom: 122px;
|
2015-04-14 23:56:35 +02:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
2013-03-25 15:38:27 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2015-04-14 23:56:35 +02:00
|
|
|
.conpherence-messages.jx-scrollbar-frame {
|
|
|
|
overflow-y: hidden;
|
|
|
|
}
|
|
|
|
|
2015-04-16 18:25:39 +02:00
|
|
|
.conpherence-messages .jx-scrollbar-content > .conpherence-edited:first-child,
|
|
|
|
.conpherence-messages > .conpherence-edited:first-child {
|
2015-03-26 21:40:42 +01:00
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
2016-09-28 04:26:02 +02:00
|
|
|
.conpherence-messages .conpherence-edited:last-child {
|
2015-03-28 18:41:15 +01:00
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
2015-04-01 22:12:51 +02:00
|
|
|
.conpherence-message-pane .conpherence-edited + .date-marker {
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .conpherence-messages {
|
2016-10-19 06:13:53 +02:00
|
|
|
left: 0;
|
|
|
|
bottom: 44px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .conpherence-messages {
|
2013-04-16 01:27:41 +02:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2016-09-09 20:08:53 +02:00
|
|
|
bottom: 44px;
|
2013-04-16 01:27:41 +02:00
|
|
|
width: 100%;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.conpherence-message-pane .phui-form-view {
|
2013-01-25 02:23:05 +01:00
|
|
|
border-width: 0;
|
2016-09-28 04:26:02 +02:00
|
|
|
height: 110px;
|
2016-09-15 03:34:11 +02:00
|
|
|
padding: 0 20px 12px;
|
2013-01-25 02:23:05 +01:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
2016-09-09 06:33:57 +02:00
|
|
|
left: 240px;
|
2013-05-24 19:50:18 +02:00
|
|
|
right: 241px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2016-09-28 04:26:02 +02:00
|
|
|
.conpherence-room-status {
|
|
|
|
font-size: {$smallerfontsize};
|
|
|
|
color: {$lightgreytext};
|
|
|
|
font-style: italic;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 6px;
|
|
|
|
left: 24px;
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|
|
|
|
|
2016-09-28 07:21:10 +02:00
|
|
|
.device .conpherence-room-status {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-09-28 04:26:02 +02:00
|
|
|
.conpherence-no-pontificate .conpherence-message-pane .phui-form-view {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
text-align: center;
|
2015-05-08 23:59:11 +02:00
|
|
|
}
|
|
|
|
|
2016-09-28 04:26:02 +02: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 23:59:11 +02:00
|
|
|
}
|
|
|
|
|
2015-03-06 02:09:07 +01:00
|
|
|
.conpherence-message-pane .aphront-form-control-submit button,
|
|
|
|
.conpherence-message-pane .aphront-form-control-submit a.button {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
2016-09-15 03:34:11 +02: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-30 00:59:15 +02: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-30 01:03:13 +02:00
|
|
|
.remarkup-fullscreen-mode .conpherence-message-pane .phui-form-view,
|
|
|
|
.remarkup-fullscreen-mode .conpherence-layout {
|
2013-08-30 00:59:15 +02:00
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
2015-03-06 02:09:07 +01:00
|
|
|
.conpherence-message-pane .remarkup-assist-bar {
|
2016-09-09 20:08:53 +02:00
|
|
|
border: 2px solid {$lightgreyborder};
|
|
|
|
border-bottom: none;
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2016-09-28 04:26:02 +02:00
|
|
|
background-color: {$lightgreybackground};
|
2015-03-06 02:09:07 +01:00
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-bar {
|
2016-09-29 18:25:47 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 12px;
|
|
|
|
left: 12px;
|
|
|
|
background: {$bluebackground};
|
|
|
|
border-radius: 3px;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .remarkup-assist-button,
|
|
|
|
.device .remarkup-assist-separator {
|
2015-04-16 18:25:39 +02:00
|
|
|
display: none;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
|
|
|
|
2016-09-29 18:25:47 +02:00
|
|
|
.device .remarkup-assist-button.remarkup-assist-upload {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.device .conpherence-message-pane .phui-form-view {
|
2016-10-19 06:13:53 +02:00
|
|
|
left: 0;
|
|
|
|
height: 34px;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .phui-form-view {
|
2013-04-16 01:27:41 +02:00
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2015-04-16 18:25:39 +02:00
|
|
|
height: 34px;
|
|
|
|
width: auto;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.conpherence-layout .conpherence-message-pane .phui-form-view
|
2013-04-11 20:04:25 +02:00
|
|
|
div.aphront-form-input {
|
2013-01-25 02:23:05 +01:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view {
|
2015-04-14 21:33:02 +02:00
|
|
|
padding: 2px 0px;
|
2016-09-15 03:34:11 +02:00
|
|
|
margin: 4px 20px;
|
2015-05-13 17:14:47 +02:00
|
|
|
background-size: 100%;
|
2013-05-23 05:47:47 +02:00
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-phone .conpherence-transaction-view {
|
2015-04-14 22:36:51 +02:00
|
|
|
margin: 0 8px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-image {
|
2015-04-14 21:33:02 +02:00
|
|
|
float: left;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
background-size: 35px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-phone .conpherence-transaction-image {
|
2016-09-15 03:34:11 +02:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
background-size: 25px;
|
2015-04-14 22:36:51 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-comment.anchor-target,
|
|
|
|
.conpherence-transaction-view.conpherence-edited.anchor-target {
|
2015-04-14 22:36:51 +02:00
|
|
|
background: {$lightyellow};
|
2015-04-14 00:24:48 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.cconpherence-transaction-view.conpherence-comment.anchor-target {
|
2015-04-14 00:24:48 +02:00
|
|
|
margin: 4px 8px 4px 8px;
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited.anchor-target {
|
2015-04-14 00:24:48 +02:00
|
|
|
margin: 0px 8px 0px 8px;
|
|
|
|
padding: 0px 4px 0px 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-detail {
|
2013-01-25 02:23:05 +01:00
|
|
|
border-width: 0;
|
2013-03-25 15:38:27 +01:00
|
|
|
margin-left: 45px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-phone .conpherence-transaction-view .conpherence-transaction-detail {
|
2016-09-15 03:34:11 +02:00
|
|
|
margin-left: 32px;
|
2015-04-14 22:36:51 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.date-marker {
|
2015-04-14 21:33:02 +02:00
|
|
|
padding: 0;
|
2016-09-15 03:34:11 +02:00
|
|
|
margin: 20px 20px 4px;
|
2013-05-30 23:24:50 +02:00
|
|
|
min-height: auto;
|
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-phone .conpherence-transaction-view.date-marker {
|
2015-04-16 18:25:39 +02:00
|
|
|
margin: 12px 0 4px;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-tablet .conpherence-transaction-view.date-marker {
|
|
|
|
padding-left: 37px;
|
2013-12-04 06:48:03 +01:00
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.date-marker .date {
|
|
|
|
left: 40px;
|
|
|
|
font-size: {$normalfontsize};
|
|
|
|
padding: 0px 4px;
|
2015-04-16 18:25:39 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device .conpherence-transaction-view.date-marker .date {
|
|
|
|
left: 4px;
|
2013-05-30 23:24:50 +02:00
|
|
|
}
|
2015-03-14 21:12:26 +01:00
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.device-phone .conpherence-transaction-view.conpherence-edited {
|
2015-04-14 22:36:51 +02:00
|
|
|
min-height: none;
|
|
|
|
color: {$lightgreytext};
|
|
|
|
margin: 0 8px;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02: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 21:12:26 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited {
|
2015-03-26 20:56:58 +01:00
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
min-height: inherit;
|
2015-03-14 21:12:26 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited + .conpherence-comment {
|
2015-04-14 22:36:51 +02:00
|
|
|
margin-top: 16px;
|
2015-03-26 20:56:58 +01:00
|
|
|
}
|
|
|
|
|
2015-04-14 22:36:51 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited +
|
|
|
|
.conpherence-transaction-view.date-marker {
|
|
|
|
margin-top: 24px;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited
|
|
|
|
.conpherence-transaction-header {
|
|
|
|
float: right;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view.conpherence-edited
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-transaction-content a {
|
2015-01-30 23:29:24 +01:00
|
|
|
color: {$darkbluetext};
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view .conpherence-transaction-info {
|
2016-09-09 23:09:43 +02:00
|
|
|
margin: 0 8px;
|
2015-04-14 21:33:02 +02:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02: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-16 05:26:15 +02:00
|
|
|
.conpherence-transaction-view .transaction-date,
|
2016-10-15 15:58:46 +02: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 21:32:45 +02:00
|
|
|
color: {$lightgreytext};
|
2013-05-23 05:47:47 +02:00
|
|
|
line-height: 16px;
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$smallerfontsize};
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-transaction-view .conpherence-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 .remarkup-assist-textarea {
|
2016-09-28 04:26:02 +02:00
|
|
|
height: 68px;
|
2016-09-09 20:08:53 +02:00
|
|
|
padding: 8px;
|
|
|
|
border: 2px solid {$lightgreyborder};
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
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;
|
2016-09-09 20:08:53 +02:00
|
|
|
outline: none;
|
|
|
|
box-shadow: none;
|
|
|
|
border-bottom-left-radius: 3px;
|
|
|
|
border-bottom-right-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .remarkup-assist-textarea:focus {
|
2016-09-13 01:20:21 +02:00
|
|
|
border: 2px solid {$lightgreyborder};
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device .conpherence-message-pane .remarkup-assist-textarea {
|
2015-04-16 18:25:39 +02:00
|
|
|
margin: 0;
|
2016-09-29 18:25:47 +02:00
|
|
|
padding: 7px 8px 6px 30px;
|
2015-04-16 18:25:39 +02:00
|
|
|
width: 100%;
|
2015-03-06 02:09:07 +01:00
|
|
|
height: 34px;
|
2013-04-16 01:27:41 +02:00
|
|
|
resize: none;
|
2016-09-09 20:08:53 +02:00
|
|
|
border-top: 2px solid {$lightgreyborder};
|
|
|
|
border-top-left-radius: 3px;
|
|
|
|
border-top-right-radius: 3px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .remarkup-assist-textarea:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2015-04-16 18:25:39 +02:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-submit {
|
|
|
|
padding: 0;
|
|
|
|
position: absolute;
|
2016-09-09 20:08:53 +02:00
|
|
|
top: -2px;
|
|
|
|
right: 12px;
|
2015-03-06 02:09:07 +01:00
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .aphront-form-control-textarea {
|
|
|
|
float: left;
|
2015-04-16 18:25:39 +02:00
|
|
|
height: 24px;
|
2015-04-16 18:43:28 +02:00
|
|
|
width: 100%;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
2015-08-04 21:45:50 +02:00
|
|
|
|
|
|
|
.conpherence-message .phabricator-remarkup .remarkup-code-block pre {
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
2016-09-13 01:20:21 +02:00
|
|
|
|
2016-09-29 21:19:45 +02: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 20:09:54 +02: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;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 18:06:24 +02:00
|
|
|
.conpherence-search-form-view {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-13 20:09:54 +02:00
|
|
|
.show-searchbar .conpherence-search-form-view {
|
|
|
|
display: block;
|
|
|
|
height: 54px;
|
|
|
|
background: {$lightbluebackground};
|
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2016-10-15 15:58:46 +02:00
|
|
|
.conpherence-search-form-view input.conpherence-search-input {
|
2016-10-13 20:09:54 +02:00
|
|
|
padding-left: 8px;
|
|
|
|
width: calc(100% - 24px);
|
|
|
|
border-radius: 20px;
|
|
|
|
margin: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-search-results {
|
|
|
|
position: absolute;
|
|
|
|
background: #fff;
|
|
|
|
top: 54px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|