File: ticket-timer.css

package info (click to toggle)
request-tracker4 4.4.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,888 kB
  • sloc: javascript: 130,444; perl: 65,442; sh: 1,350; makefile: 480; python: 37; php: 30
file content (65 lines) | stat: -rw-r--r-- 884 bytes parent folder | download | duplicates (5)
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
.ticket-timer {
    padding: 1em;
}

.ticket-timer img {
    height: 1.5em;
    border-style: none;
}

.timer-link a img {
    border-style: none;
}

.ticket-timer .ticket-link img {
    height: 1em;
}

.ticket-timer .ticket-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ticket-timer .readout {
    font-size: 2em;
    text-align: center;
    width: 100%;
}

.ticket-timer .control-line {
    text-align: center;
}

.ticket-timer .control-line a {
    margin: 0 1em;
}

.ticket-timer .extra {
    color: #aaa;
}

.ticket-timer > div {
    margin-bottom: 0.4em;
}

.ticket-timer.error .readout {
    color: red;
}

.ticket-timer.error .extra {
    display: none;
}

.ticket-timer .on-error {
    display: none;
}

.ticket-timer.error .on-error {
    display: block;
    color: red;
}

.ticket-timer .readout.response {
    font-size: 1.25em;
}