Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/policy/policy-edit.css
13459 views
1
/**
2
* @provides policy-edit-css
3
*/
4
5
.policy-rules-table {
6
width: 100%;
7
}
8
9
.policy-rules-table td {
10
padding: 4px 8px 4px 0;
11
width: 32px;
12
vertical-align: middle;
13
}
14
15
.policy-rules-table td.remove-column {
16
padding-right: 0;
17
}
18
19
.policy-rules-table td.action-cell {
20
width: 120px;
21
}
22
23
.policy-rules-table td.rule-cell {
24
width: 180px;
25
}
26
27
.policy-rules-table td.value-cell {
28
width: auto;
29
padding-right: 12px;
30
}
31
32
.policy-rules-table td.action-cell select,
33
.policy-rules-table td.rule-cell select,
34
.policy-rules-table td input {
35
width: 100%;
36
}
37
38