Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/herald/herald.css
12242 views
1
/**
2
* @provides herald-css
3
*/
4
5
.herald-action-table,
6
.herald-condition-table {
7
margin-top: 8px;
8
}
9
10
.herald-condition-table select {
11
width: 160px;
12
}
13
14
.device-phone .herald-condition-table select {
15
width: 90px;
16
}
17
18
.herald-action-table td,
19
.herald-condition-table td {
20
padding: 2px 8px 2px 0;
21
vertical-align: middle;
22
}
23
24
.herald-action-table td.remove-column,
25
.herald-condition-table td.remove-column {
26
padding: 2px 0 2px 4px;
27
}
28
29
.herald-condition-table td.value {
30
width: 100%;
31
}
32
33
.herald-action-table td input,
34
.herald-condition-table td input {
35
width: 95%;
36
max-width: 460px;
37
padding: 2px 4px;
38
}
39
40
.herald-action-table td textarea {
41
width: 95%;
42
height: 8em;
43
padding: 2px 4px;
44
}
45
46
.herald-action-table td.target {
47
width: 100%;
48
}
49
50
.herald-list-description {
51
color: {$bluetext};
52
font-weight: bold;
53
padding: 12px 0;
54
}
55
56
.herald-list-icon {
57
margin-right: 8px;
58
}
59
60
.herald-list-item {
61
padding-bottom: 4px;
62
color: {$darkbluetext};
63
}
64
65