-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebqstat.css
More file actions
67 lines (55 loc) · 937 Bytes
/
webqstat.css
File metadata and controls
67 lines (55 loc) · 937 Bytes
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
/* webqstat.css - CSS styles
(c) 2010 steffen@earthlingsoft.net
*/
body {
font-size: 10pt;
font-family: Helvetica;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.3em;
}
table {
border-collapse: collapse;
margin: 1em 0;
}
td,th {
vertical-align: top;
padding: 2pt 5pt 1pt 5pt;
border: 1pt solid #bbb;
}
th {
/*border: 1px solid #000;*/
text-align: left;
background-color: #ddd;
}
td {
/*border: 1px solid #000;*/
background-color: #eee;
white-space : nowrap;
/*vertical-align: middle;*/
}
.progressFrame {
border: 1pt solid black;
height: .9em;
width: 100pt;
background-color: #f7f7f7;
}
.progressText {
height: .9em;
width: 100pt;
text-align: center;
font-size: .9em;
}
.progressBar {
background-color: #bbc;
height: .9em;
}
.queueDisabledOrUnavailable {
color: #888;
}
.queueDisabledOrUnavailable .progressFrame {
border: 1pt solid #888;
}