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;
|
Update Conpherence full for common colors / styles
Summary: Conpherence Full modernize pass, setting standard space and colors on all widget panels. Moved menu back to 240px as the narrow column wasn't really usefull. Removed 'subtitle' on menu, seems simpler but almost under-designed. Subtitle isn't particularly useful and I plan on adding audience icons next (single, group, project, public) so I think this is the right direction.
Test Plan:
Tested with and without number columns on the menu, test with files, calendar dates, removing participants.
{F337941}
{F337942}
{F337943}
Reviewers: epriestley, btrahan
Reviewed By: btrahan
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12078
2015-03-17 22:01:45 +01:00
|
|
|
left: 241px;
|
2013-05-24 19:50:18 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2015-01-26 17:27:54 +01:00
|
|
|
.conpherence-layout .phui-crumbs-view {
|
|
|
|
padding: 0 0 0 8px;
|
2015-05-08 01:34:29 +02:00
|
|
|
background: #f7f7f7;
|
2015-01-26 17:27:54 +01: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;
|
Update Conpherence full for common colors / styles
Summary: Conpherence Full modernize pass, setting standard space and colors on all widget panels. Moved menu back to 240px as the narrow column wasn't really usefull. Removed 'subtitle' on menu, seems simpler but almost under-designed. Subtitle isn't particularly useful and I plan on adding audience icons next (single, group, project, public) so I think this is the right direction.
Test Plan:
Tested with and without number columns on the menu, test with files, calendar dates, removing participants.
{F337941}
{F337942}
{F337943}
Reviewers: epriestley, btrahan
Reviewed By: btrahan
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12078
2015-03-17 22:01:45 +01:00
|
|
|
left: 241px;
|
2013-05-24 19:50:18 +02:00
|
|
|
right: 241px;
|
2013-05-23 01:05:47 +02:00
|
|
|
top: 76px;
|
2015-03-06 02:09:07 +01:00
|
|
|
bottom: 172px;
|
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
|
|
|
}
|
|
|
|
|
Move setup issue callout to under the header
Summary: Fixes T7830. Moves the callout to sit under the main header, which resolved Differential issues and Durable Column issues, but still some extra CSS shenanigans.
Test Plan:
Test lots of pages, Home, Dashboards, Conpherence, Durable Column, Inline Diff Replies, Mobile, Workboards, etc.
{F375821}
{F375822}
{F375823}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T7830
Differential Revision: https://secure.phabricator.com/D12466
2015-04-19 16:15:59 +02:00
|
|
|
.page-has-warning .conpherence-message-pane .conpherence-messages {
|
|
|
|
top: 110px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2015-04-16 18:25:39 +02:00
|
|
|
.conpherence-messages > .jx-scrollbar-content .conpherence-edited:last-child,
|
|
|
|
.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 {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
2015-04-16 18:25:39 +02:00
|
|
|
bottom: 52px;
|
2013-04-16 01:27:41 +02:00
|
|
|
width: 100%;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2013-05-29 21:46:06 +02:00
|
|
|
.conpherence-message-pane .messages-loading-mask {
|
2013-05-31 20:31:19 +02:00
|
|
|
opacity: .6;
|
|
|
|
background: #fff;
|
2013-05-29 21:46:06 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-05-31 20:31:19 +02:00
|
|
|
.loading .messages-loading-mask {
|
2013-05-29 21:46:06 +02:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
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;
|
2013-09-02 21:51:21 +02:00
|
|
|
background-color: {$lightgreybackground};
|
2015-03-06 02:09:07 +01:00
|
|
|
height: 156px;
|
|
|
|
padding: 8px;
|
2013-01-25 02:23:05 +01:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
2015-03-06 02:09:07 +01:00
|
|
|
border-top: 1px solid {$thinblueborder};
|
Update Conpherence full for common colors / styles
Summary: Conpherence Full modernize pass, setting standard space and colors on all widget panels. Moved menu back to 240px as the narrow column wasn't really usefull. Removed 'subtitle' on menu, seems simpler but almost under-designed. Subtitle isn't particularly useful and I plan on adding audience icons next (single, group, project, public) so I think this is the right direction.
Test Plan:
Tested with and without number columns on the menu, test with files, calendar dates, removing participants.
{F337941}
{F337942}
{F337943}
Reviewers: epriestley, btrahan
Reviewed By: btrahan
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12078
2015-03-17 22:01:45 +01:00
|
|
|
left: 241px;
|
2013-05-24 19:50:18 +02:00
|
|
|
right: 241px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2015-05-08 23:59:11 +02:00
|
|
|
.conpherence-message-pane .phui-form-view.login-to-participate {
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .login-to-participate a.button {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
border-color: {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
2013-04-16 01:27:41 +02:00
|
|
|
.device .conpherence-message-pane .remarkup-assist-bar {
|
2015-04-16 18:25:39 +02:00
|
|
|
display: none;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|
|
|
|
|
2013-08-26 20:53:11 +02:00
|
|
|
.device .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%;
|
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-transaction-view {
|
|
|
|
padding: 2px 0px;
|
2015-01-30 23:29:24 +01:00
|
|
|
margin: 4px 12px;
|
2015-05-13 17:14:47 +02:00
|
|
|
background-size: 100%;
|
2013-05-23 05:47:47 +02:00
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-transaction-view {
|
2015-04-14 22:36:51 +02:00
|
|
|
margin: 0 8px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-transaction-image {
|
|
|
|
float: left;
|
|
|
|
border-radius: 3px;
|
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
background-size: 35px;
|
|
|
|
position: absolute;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
2015-04-14 22:36:51 +02:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-transaction-image {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2015-04-14 00:24:48 +02:00
|
|
|
.conpherence-message-pane .conpherence-comment.anchor-target,
|
|
|
|
.conpherence-message-pane .conpherence-edited.anchor-target {
|
2015-04-14 22:36:51 +02:00
|
|
|
background: {$lightyellow};
|
2015-04-14 00:24:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-comment.anchor-target {
|
|
|
|
margin: 4px 8px 4px 8px;
|
|
|
|
padding: 2px 4px 2px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-edited.anchor-target {
|
|
|
|
margin: 0px 8px 0px 8px;
|
|
|
|
padding: 0px 4px 0px 4px;
|
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .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
|
|
|
}
|
|
|
|
|
2015-04-14 22:36:51 +02:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-transaction-detail {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-transaction-view.date-marker {
|
|
|
|
padding: 0;
|
2015-04-16 18:25:39 +02:00
|
|
|
margin: 20px 12px 4px;
|
2013-05-30 23:24:50 +02:00
|
|
|
min-height: auto;
|
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.device-phone .conpherence-message-pane
|
|
|
|
.conpherence-transaction-view.date-marker {
|
2015-04-16 18:25:39 +02:00
|
|
|
margin: 12px 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-tablet .conpherence-message-pane
|
|
|
|
.conpherence-transaction-view.date-marker {
|
|
|
|
padding-left: 37px;
|
2013-12-04 06:48:03 +01:00
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-transaction-view.date-marker
|
2015-04-16 18:25:39 +02:00
|
|
|
.date {
|
|
|
|
left: 40px;
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .conpherence-message-pane .conpherence-transaction-view.date-marker
|
|
|
|
.date {
|
|
|
|
color: {$lightbluetext};
|
|
|
|
left: 4px;
|
2013-05-30 23:24:50 +02:00
|
|
|
}
|
2015-03-14 21:12:26 +01:00
|
|
|
|
2015-04-14 22:36:51 +02:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-edited {
|
|
|
|
min-height: none;
|
|
|
|
color: {$lightgreytext};
|
|
|
|
margin: 0 8px;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-edited .conpherence-transaction-content {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2015-03-14 21:12:26 +01:00
|
|
|
font-size: 13px;
|
2013-05-23 05:47:47 +02:00
|
|
|
margin: 0;
|
2015-03-14 21:12:26 +01:00
|
|
|
padding: 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2015-03-26 20:56:58 +01:00
|
|
|
.conpherence-message-pane .conpherence-edited {
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
min-height: inherit;
|
2015-03-14 21:12:26 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 20:56:58 +01:00
|
|
|
.conpherence-message-pane .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
|
|
|
}
|
|
|
|
|
2015-04-14 22:36:51 +02:00
|
|
|
.conpherence-message-pane .conpherence-edited .conpherence-transaction-header {
|
|
|
|
float: right;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2015-01-30 23:29:24 +01:00
|
|
|
.conpherence-message-pane .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
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-transaction-info {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-transaction-info,
|
2015-04-14 00:24:48 +02:00
|
|
|
.conpherence-message-pane .anchor-link,
|
2015-04-16 18:25:39 +02:00
|
|
|
.conpherence-message-pane .phabricator-content-source-view {
|
2015-03-14 21:12:26 +01:00
|
|
|
color: {$lightbluetext};
|
2013-05-23 05:47:47 +02:00
|
|
|
line-height: 16px;
|
2015-03-14 21:12:26 +01:00
|
|
|
font-size: 12px;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-transaction-info {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-transaction-header,
|
|
|
|
.conpherence-message-pane .conpherence-transaction-info,
|
2015-04-14 00:24:48 +02:00
|
|
|
.conpherence-message-pane .anchor-link,
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .conpherence-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
|
|
|
}
|
|
|
|
|
2015-04-14 21:33:02 +02:00
|
|
|
.conpherence-message-pane .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 {
|
2015-03-06 02:09:07 +01:00
|
|
|
height: 100px;
|
2013-04-16 01:27:41 +02:00
|
|
|
padding: 6px;
|
2015-03-06 02:09:07 +01:00
|
|
|
border-color: {$lightblueborder};
|
|
|
|
border-top-color: {$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;
|
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;
|
|
|
|
padding: 8px 68px 8px 8px;
|
|
|
|
width: 100%;
|
2015-03-06 02:09:07 +01:00
|
|
|
height: 34px;
|
2013-04-16 01:27:41 +02:00
|
|
|
resize: none;
|
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;
|
|
|
|
top: 7px;
|
|
|
|
right: 13px;
|
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
|
|
|
}
|