2011-02-08 19:53:59 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-task-summary-css
|
|
|
|
*/
|
|
|
|
|
2013-03-13 07:30:03 +01:00
|
|
|
.maniphest-task-group {
|
2014-01-21 23:23:36 +01:00
|
|
|
padding-bottom: 24px;
|
2011-02-08 19:53:59 +01:00
|
|
|
}
|
|
|
|
|
2012-02-24 22:00:48 +01:00
|
|
|
.maniphest-batch-selected td {
|
2013-01-17 21:36:31 +01:00
|
|
|
background: #fff;
|
2012-02-24 22:00:48 +01:00
|
|
|
}
|
|
|
|
|
2013-03-13 07:30:03 +01:00
|
|
|
.device-phone .maniphest-task-batch,
|
|
|
|
.device-phone .maniphest-task-updated {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2011-02-11 19:28:37 +01:00
|
|
|
.maniphest-task-group-header {
|
2013-01-17 21:36:31 +01:00
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
2013-09-02 22:57:48 +02:00
|
|
|
color: {$darkgreytext};
|
2013-03-13 07:30:03 +01:00
|
|
|
padding: 0 0 8px 0;
|
2013-01-24 21:39:03 +01:00
|
|
|
}
|
|
|
|
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
.maniphest-total-result-count {
|
|
|
|
text-align: right;
|
2013-03-13 07:30:03 +01:00
|
|
|
padding: 5px 20px 0 0;
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
font-size: 11px;
|
2013-09-02 17:10:47 +02:00
|
|
|
color: {$greytext};
|
2013-03-13 07:30:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .maniphest-total-result-count {
|
|
|
|
padding-right: 5px;
|
Allow Maniphest to scale to a massive size
Summary:
Maniphest is missing some keys and some query strategy which will make it
cumbersome to manage more than a few tens of thousands of tasks.
Test Plan:
Handily manipulated 100k-scale task groups. Maniphest takes about 250ms to
select and render pages of 1,000 tasks and has no problem paging and filtering
them, etc. We should be good to scale to multiple millions of tasks with these
changes.
Reviewed By: gc3
Reviewers: fratrik, jungejason, aran, tuomaspelkonen, gc3
Commenters: jungejason
CC: anjali, aran, epriestley, gc3, jungejason
Differential Revision: 534
2011-06-27 03:50:17 +02:00
|
|
|
}
|
2012-02-24 22:00:48 +01:00
|
|
|
|
|
|
|
.batch-editor-header {
|
2013-01-17 21:36:31 +01:00
|
|
|
font-size: 16px;
|
2013-09-02 22:57:48 +02:00
|
|
|
color: {$darkgreytext};
|
2013-01-17 21:36:31 +01:00
|
|
|
padding: 8px 0px;
|
2012-02-24 22:00:48 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-03-13 07:30:03 +01:00
|
|
|
/* TODO: Implement */
|
|
|
|
.device-phone .maniphest-batch-editor {
|
|
|
|
display: none;
|
2012-02-24 22:00:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout {
|
|
|
|
width: 100%;
|
2013-09-02 22:57:48 +02:00
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
border-bottom: 1px solid {$greyborder};
|
2013-03-13 07:30:03 +01:00
|
|
|
background: #fff;
|
2012-02-24 22:00:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout td {
|
2013-01-17 21:36:31 +01:00
|
|
|
padding: 10px 8px;
|
2012-02-24 22:00:48 +01:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout a.button,
|
|
|
|
.maniphest-batch-editor-layout button {
|
|
|
|
margin: 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout .batch-select-submit-cell {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#batch-select-status-cell {
|
|
|
|
text-align: right;
|
2013-09-02 17:08:54 +02:00
|
|
|
color: {$greytext};
|
2012-02-24 22:00:48 +01:00
|
|
|
font-size: 11px;
|
|
|
|
vertical-align: middle;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-03-05 22:51:35 +01:00
|
|
|
|
2013-03-13 07:30:03 +01:00
|
|
|
.maniphest-list-container {
|
2014-01-21 23:23:36 +01:00
|
|
|
padding: 16px;
|
2013-03-13 07:30:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .maniphest-list-container {
|
2014-01-21 23:23:36 +01:00
|
|
|
padding: 20px 4px;
|
2013-03-13 07:30:03 +01:00
|
|
|
}
|
2014-02-14 03:12:38 +01:00
|
|
|
|
|
|
|
.maniphest-board-link {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|