mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
1c84d2719c
Summary: Ref T8099, Ref T8614. Reasonable attempt at a larger font size PostProcessor, will need additional UI cleanup (places where we fix height) but overall very decent. Test Plan: Use lots of the UI elements with new font sizes. Reviewers: btrahan, epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T8099, T8614 Differential Revision: https://secure.phabricator.com/D13457
41 lines
740 B
CSS
41 lines
740 B
CSS
/**
|
|
* @provides maniphest-task-summary-css
|
|
*/
|
|
.device-phone .maniphest-batch-editor,
|
|
.device-phone .maniphest-task-updated {
|
|
display: none;
|
|
}
|
|
|
|
.maniphest-batch-editor {
|
|
border-top: 1px solid {$thinblueborder};
|
|
}
|
|
|
|
.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: {$smallestfontsize};
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
}
|
|
|
|
.maniphest-board-link {
|
|
color: {$bluetext};
|
|
}
|