2011-02-08 19:53:59 +01:00
|
|
|
/**
|
|
|
|
* @provides maniphest-task-summary-css
|
|
|
|
*/
|
[Redesign] Mobile/Phone design pass
Summary: Ref T8099, Quick descent pass at making header, object lists, tables, filter view, mobile friendly.
Test Plan:
Test home, differential diff, maniphest task, new task, search, and a few other views.
{F414034}
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12984
2015-05-23 02:52:51 +02:00
|
|
|
.device-phone .maniphest-batch-editor,
|
2013-03-13 07:30:03 +01:00
|
|
|
.device-phone .maniphest-task-updated {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2012-02-24 22:00:48 +01:00
|
|
|
.maniphest-batch-editor-layout {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.maniphest-batch-editor-layout td {
|
[Redesign] New PHUIObjectItemListView
Summary:
New, cleaner, ObjectItemLists. Lots of minor style tweaks, basic overview:
- Remove FootIcons
- Remove Stackable
- Remove Plain List
- Add StatusIcon
- Add setting ObjectList to an ObjectBox
- Minor retouches to Headers
Mostly, this should give us an idea of life with the new Object Lists. I'll take another application by application pass down the road. This mostly looks at implementation in Maniphest, Differential, Audit, Workboards. Checked a few other areas and dialogs while testing, and everything looks square.
Test Plan: Maniphest, Differential, Homepage, Audit, People, and other applications. Drag reorder, etc.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Differential Revision: https://secure.phabricator.com/D12865
2015-05-15 22:28:59 +02:00
|
|
|
padding: 12px 4px 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
|
|
|
|
2014-02-14 03:12:38 +01:00
|
|
|
.maniphest-board-link {
|
|
|
|
color: {$bluetext};
|
|
|
|
}
|