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;
|
|
|
|
}
|
|
|
|
|
[Redesign] Put all ApplicationSearch results in an ObjectBox
Summary:
Ref T8099. In most cases we return either an ObjectList or AphrontTable, and can pretty up the UI in ApplicationSearch. There are a few edge cases, like PeopleUserLog, that can be cleanup up individually in the future, but look fine for now.
Also added 'setNotice' for AphrontTable for a few cases where we want to convey addtional information.
TODO: Seems we always pass a Pager Object, which tries to get displayed, I'll redesign that interaction in the future, probably by passing the Pager to the ObjectBox
Test Plan: Went throught most/all ApplicationSearch panels I could find, even edge cases look better.
Reviewers: btrahan, epriestley
Reviewed By: epriestley
Subscribers: Korvin, epriestley
Maniphest Tasks: T8099
Differential Revision: https://secure.phabricator.com/D12989
2015-05-24 18:13:58 +02:00
|
|
|
.maniphest-batch-editor {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
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};
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$smallestfontsize};
|
2012-02-24 22:00:48 +01:00
|
|
|
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};
|
|
|
|
}
|