File: ticket-lists.css

package info (click to toggle)
request-tracker5 5.0.7%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 80,264 kB
  • sloc: javascript: 191,898; perl: 87,146; sh: 1,426; makefile: 487; python: 37; php: 15
file content (63 lines) | stat: -rw-r--r-- 1,073 bytes parent folder | download | duplicates (2)
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
table.table tbody {
    border: none;
}

table.table th {
    border: none;
}

table.queue-summary th.collection-as-table:first-child {
    text-align: left
}

table.queue-summary a,
table.collection-as-table a {
    font-weight: bold
}

table.collection-as-table th.collection-as-table a,
table.queue-summary th.collection-as-table a {
    color: #3858a3
}

table.collection-as-table th.collection-as-table,
table.queue-summary th.collection-as-table,
.article-headers .label {
    color: #3858a3;
    font-weight: 500; /* 500 is between regular (400) and bold (700) */
}

table.queue-summary th.collection-as-table {
    text-align: right
}

.chart-wrapper .query {
    clear: both;
    text-align: center;
    font-size: 1.2em;
    padding: 1em;
}

.table th {
  font-weight: 300;
  vertical-align: middle;
}

.table td {
  color: #5C6273;
  padding: 7px;
  vertical-align: middle;
}

li.page-item > a.rt-page-link {
    color: #3858a3;
}

li.page-item.active > a.page-link {
    background-color: #3858a3;
    border-color: #3858a3;
}

.page-jump {
    width: 200px;
}