Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/owners/owners-path-editor.css
13459 views
1
/**
2
* @provides owners-path-editor-css
3
*/
4
5
.owners-path-editor-table {
6
margin: 10px 0;
7
width: 100%;
8
}
9
10
.owners-path-editor-table td {
11
padding: 2px 4px;
12
vertical-align: middle;
13
}
14
15
.owners-path-editor-table td.owners-path-mode-control {
16
width: 180px;
17
}
18
19
.owners-path-editor-table td.owners-path-mode-control select {
20
width: 100%;
21
}
22
23
.owners-path-editor-table td.owners-path-repo-control {
24
width: 280px;
25
}
26
27
.owners-path-editor-table td.owners-path-path-control {
28
width: auto;
29
}
30
31
.owners-path-editor-table td.owners-path-path-control input {
32
width: 100%;
33
}
34
35
.owners-path-editor-table td.owners-path-path-control .jx-typeahead-results a {
36
padding: 4px;
37
}
38
39
.owners-path-editor-table td.owners-path-icon-control {
40
width: 18px;
41
}
42
43
.owners-path-editor-table td.remove-column {
44
width: 100px;
45
}
46
47
.owners-path-editor-table td.remove-column a {
48
display: block;
49
}
50
51