-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsfcrud.css
82 lines (72 loc) · 1.56 KB
/
jsfcrud.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
root {
display: block;
}
body {
font-family: Arial, Helvetica, sans-serif;
color: #3a4f54;
background-color: #dfecf1;
font-size: small;
}
a {
color: #e33b06;
}
table {
empty-cells: show;
}
form.jsfcrud_list_form th, td th {
font-size: x-small;
color: #4e6a71;
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-color: #b2d5d6;
border-bottom-color: #b2d5d6;
border-left-color: #90b4bd;
border-right-color: #90b4bd;
letter-spacing: 3px;
text-align: left;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
background-color: #b2d5d6;
}
td {
vertical-align: top;
padding-bottom: 8px;
font-size: small;
}
form.jsfcrud_list_form td, td td {
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
border-top-color: #b2d5d6;
border-bottom-color: #b2d5d6;
border-left-color: #b2d5d6;
border-right-color: #b2d5d6;
vertical-align: baseline;
padding-bottom: 0px;
}
tr.jsfcrud_odd_row {
background-color: #fefeff;
color: #4e6a71;
}
tr.jsfcrud_even_row {
background-color: #eff5fa;
color: #4e6a71;
}
#busyImage {
position: absolute;
left: 50%;
top: 50%;
}