-
Notifications
You must be signed in to change notification settings - Fork 0
/
trackers.css
122 lines (98 loc) · 1.43 KB
/
trackers.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#go {
margin-right: 1em;
}
.counters {
font-size: 12px;
display:inline-block;
margin-left:1em;
}
.counters .btn.active {
background: #8fc4ff;
}
td.details-control,
.toggle-discussion {
cursor: pointer;
}
td.details-control:after,
.toggle-discussion:before {
font-family: 'Glyphicons Halflings';
}
td.details-control:after {
content: '\e081';
}
tr.shown td.details-control:after {
content: '\e082';
}
.details {
position: relative;
}
.attachments {
text-align: right;
}
.discussion tr td:first-child {
text-align: center;
}
.infos dt {
color: gray;
font-weight: normal;
}
.ticket-buttons {
position: absolute;
top: 1em;
right: 1em;
}
.ticket-buttons li:not(first-child){
margin-top:0.5em;
}
.toggle-discussion:before {
margin-right: 0.5em;
content: '\e252 ';
}
.toggle-discussion.collapsed:before {
content: '\e250 ';
}
.toggle-discussion.no {
cursor: default;
}
.toggle-discussion.no:before {
content:''
}
section {
margin-bottom: 1em;
}
#loading {
color: #AAA;
}
#new-msg {
font-size: large;
}
#new-msg .btn {
background-color: #ffc600;
border-color: #c89b00;
margin-left: 1em;
}
#clear {
color: #666;
}
span[data-field = 'timestamp'],
span[data-field = 'author']{
color: #AAA;
}
.breadcrumbs {
display: inline;
}
h1 {
font-size: 150%;
}
#ticket {
position: relative;
}
#ticket .details {
position: initial;
}
#ticket dl.infos:first-child{
margin-bottom:0;
}
#ticket .goto-ticket {
display:none;
}