mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
3d407732d6
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
17 lines
257 B
CSS
17 lines
257 B
CSS
/**
|
|
* @provides maniphest-batch-editor
|
|
*/
|
|
.maniphest-batch-actions-table {
|
|
width: 100%;
|
|
margin: 12px 0;
|
|
}
|
|
|
|
.maniphest-batch-actions-table td {
|
|
padding: 4px 8px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.batch-editor-input {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|