forked from HPCNow/PHPQstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpqstat.css
More file actions
97 lines (87 loc) · 1.42 KB
/
Copy pathphpqstat.css
File metadata and controls
97 lines (87 loc) · 1.42 KB
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
table {
border-width: 1px;
border-style: solid;
border-color: #000000;
border-collapse:collapse;
}
td {
font-family: arial;
font-size: 12pt;
color:#000000
margin: 0px;
padding-left: 2px;
border-width: 1px;
border-style: solid;
border-color: #000000;
}
a {
text-decoration:none;
font-weight:bold;
color:#1f88ea
}
a:hover {
text-decoration:none;
font-weight:bold;
color:#0022FF
}
.text {
arial;
font-size:12pt;
color:#000000
}
.nadpis {
arial;
font-size:12pt;
color:#000000;
letter-spacing:2pt
}
.bottom, .bottom TD, .bottom TH {
background: url("img/bottom_logo.png") no-repeat bottom right;
background-color:#eeeeee
}
.header, .header TR, .header TH {
arial;
font-size:12pt;
font-weight:bold;
color:#000000;
background-color:#eeeeee
}
.down {
background-color: #FF0000;
}
th {
color: #000000;
}
.pe {
vertical-align: top;
}
dt {
font-weight: bold;
}
#accountingtable tbody tr td {
font-size: 9px;
}
.ui-tabs .ui-tabs-nav li a {font-size:9pt !important;}
.charts {
height: 600px;
width: 1200px;
}
#failed-chart {
height: 1000px;
width: 1000px;
float: left;
}
#failed pre {
font-size: 9px;
}
#spinner {
float: right;
border: 0px black solid;
height: 40px;
width: 40px;
}
h4 {
margin: 0px;
padding-top: 2px;
padding-bottom: 8px;
}