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;
|
|
|
|
background: #EBECEE;
|
|
|
|
}
|
|
|
|
|
2013-02-15 23:01:27 +01:00
|
|
|
.conpherence-show-older-messages {
|
|
|
|
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
|
|
|
|
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;
|
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;
|
2013-01-25 03:33:51 +01:00
|
|
|
overflow-y: auto;
|
2013-03-25 15:38:27 +01:00
|
|
|
-webkit-overflow-scrolling: touch;
|
2013-01-25 02:23:05 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 21:40:42 +01:00
|
|
|
.conpherence-messages > .conpherence-edited:first-child {
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
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 {
|
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-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 {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
background-color: #d8dce2;
|
2014-04-26 21:29:08 +02:00
|
|
|
height: 38px;
|
2013-04-16 01:27:41 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .phabricator-transaction-view {
|
2015-01-30 23:29:24 +01:00
|
|
|
margin: 4px 12px;
|
2013-05-23 05:47:47 +02:00
|
|
|
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 {
|
2013-05-31 20:31:19 +02:00
|
|
|
border-top: 1px solid #d7d7d7;
|
2015-01-30 23:29:24 +01:00
|
|
|
margin: 12px 12px 4px;
|
2013-05-30 23:24:50 +02:00
|
|
|
min-height: auto;
|
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2013-12-04 06:48:03 +01:00
|
|
|
.device-phone .conpherence-message-pane .date-marker {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
2015-03-26 20:56:58 +01:00
|
|
|
|
2013-05-30 23:24:50 +02:00
|
|
|
.conpherence-message-pane .date-marker .date {
|
|
|
|
position: relative;
|
2015-01-29 23:56:36 +01:00
|
|
|
top: -11px;
|
2013-05-31 20:31:19 +02:00
|
|
|
left: 40px;
|
2013-05-30 23:24:50 +02:00
|
|
|
background-color: #FFF;
|
2015-03-26 20:56:58 +01:00
|
|
|
color: {$darkbluetext};
|
|
|
|
font-size: 13px;
|
2013-05-30 23:24:50 +02:00
|
|
|
padding: 0px 5px;
|
2015-03-26 20:56:58 +01:00
|
|
|
font-weight: bold;
|
2013-05-30 23:24:50 +02:00
|
|
|
}
|
2015-03-14 21:12:26 +01:00
|
|
|
|
2013-05-23 05:47:47 +02:00
|
|
|
.device-phone .conpherence-message-pane .phabricator-transaction-detail {
|
|
|
|
min-height: auto;
|
|
|
|
}
|
|
|
|
|
2015-03-14 21:12:26 +01:00
|
|
|
.conpherence-message-pane .conpherence-edited .phabricator-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 {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-message-pane .conpherence-edited .phabricator-transaction-header {
|
|
|
|
float: right;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .conpherence-message-pane .conpherence-edited {
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2013-05-23 05:47:47 +02:00
|
|
|
margin: 0 10px;
|
|
|
|
}
|
|
|
|
|
2015-01-30 23:29:24 +01:00
|
|
|
.conpherence-message-pane .conpherence-edited
|
|
|
|
.phabricator-transaction-content a {
|
|
|
|
color: {$darkbluetext};
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2014-12-30 11:48:26 +01:00
|
|
|
.device-phone .conpherence-message-pane .conpherence-edited
|
|
|
|
.phabricator-transaction-content {
|
|
|
|
padding: 0 0 5px 35px;
|
2013-05-23 05:47:47 +02:00
|
|
|
}
|
|
|
|
|
2013-03-25 15:38:27 +01:00
|
|
|
.conpherence-message-pane .phabricator-transaction-info,
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
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 .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-03-06 02:09:07 +01:00
|
|
|
margin: 0px 0px;
|
2015-01-30 23:29:24 +01:00
|
|
|
padding: 8px;
|
2014-04-26 21:29:08 +02:00
|
|
|
width: 97%;
|
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-03-06 02:09:07 +01:00
|
|
|
.device .conpherence-message-pane .aphront-form-control {
|
|
|
|
padding: 0 8px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
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 {
|
2014-04-26 21:29:08 +02:00
|
|
|
width: 60%;
|
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 {
|
2014-04-26 21:29:08 +02:00
|
|
|
margin: 7px 0 0 0;
|
2013-04-16 01:27:41 +02:00
|
|
|
}
|