1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-24 22:40:55 +01:00
phorge-phorge/webroot/rsrc/css/application/maniphest/task-summary.css
Chad Little 4b6d6b794a [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-22 17:52:51 -07:00

37 lines
653 B
CSS

/**
* @provides maniphest-task-summary-css
*/
.device-phone .maniphest-batch-editor,
.device-phone .maniphest-task-updated {
display: none;
}
.maniphest-batch-editor-layout {
width: 100%;
}
.maniphest-batch-editor-layout td {
padding: 12px 4px 8px;
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;
color: {$greytext};
font-size: 11px;
vertical-align: middle;
width: 100%;
}
.maniphest-board-link {
color: {$bluetext};
}