Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/maniphest/task-summary.css
12242 views
1
/**
2
* @provides maniphest-task-summary-css
3
*/
4
.device-phone .maniphest-batch-editor,
5
.device-phone .maniphest-task-updated {
6
display: none;
7
}
8
9
.maniphest-batch-editor {
10
border-top: 1px solid {$thinblueborder};
11
}
12
13
.maniphest-batch-editor-layout {
14
width: 100%;
15
}
16
17
.maniphest-batch-editor-layout td {
18
padding: 12px 4px 8px;
19
white-space: nowrap;
20
}
21
22
.maniphest-batch-editor-layout a.button,
23
.maniphest-batch-editor-layout button {
24
margin: 0px 4px;
25
}
26
27
.maniphest-batch-editor-layout .batch-select-submit-cell {
28
text-align: right;
29
}
30
31
#batch-select-status-cell {
32
text-align: right;
33
color: {$greytext};
34
font-size: {$smallestfontsize};
35
vertical-align: middle;
36
width: 100%;
37
}
38
39
.maniphest-board-link {
40
color: {$bluetext};
41
}
42
43