-
Notifications
You must be signed in to change notification settings - Fork 0
/
apptmpl.css
70 lines (58 loc) · 1.1 KB
/
apptmpl.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
/*
* Stuff for the apptemplate internal routines
*/
.blockTable {
margin-top:10px;
border:1px solid #aaaaaa;
margin-bottom:10px;
text-align:left;
}
.blockTableHeader {
text-align:center;
background-color:#72828b;
color:#ffffff;
font-size:10px;
font-weight:bold;
}
#errorBlock .blockTableHeader {
background-color:#ed4f4f;
color:#000000;
font-size:12px;
font-family:monospace;
font-weight:bold;
}
#errorBlockDetails .blockTableHeader {
background-color:#72828b;
color:#ffffff;
}
.errorBlockDetailsShow {
display: block;
}
.errorBlockDetailsHide {
display: none;
}
.blockTableContent {
background-color:#ebebec;
margin:0px;
padding:0px;
}
.blockTableInner {
background-color:#ffffff;
width:100%;
padding:0px;
}
.blockTableInnerRowEven {
background-color:#ebebec;
text-align:left;
color:#000000;
}
.blockTableInnerRowOdd {
background-color:#f8f8fa;
text-align:left;
color:#000000;
}
.blockTableInnerHeader {
background-color:#e8e8dd;
text-align:left;
color:#000000;
}