blob: 323d3022b5150761bf4fef34715ef6b7db46b1aa (
plain)
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
|
#case_search {
background-color: #cccccc;
}
.results_table {
font-size: x-small;
}
.results_table th a {
text-decoration: none;
}
.sort_asc {
color: #e6e600;
margin-right: 5px;
}
.sort_desc {
color: #29a329;
}
#search_again {
color: blue;
}
td {
border: 1px solid #000000;
padding: 3px 7px 2px 7px;
}
th {
font-size: 1.1em;
padding: 3px 7px 2px 7px;
text-align: left;
color: #ffffff;
}
tr.tablehead {
background-color: #000000;
}
tr.alt {
background-color: #eeeeee;
}
.case_num { width: 5em; }
#search_cases div {
margin-bottom: 1ex;
}
label {
display: inline-block;
width: 25ex;
}
#content {
text-align: center;
}
#search_form {
display: inline-block;
text-align: left;
}
#form_submit {
text-align: center;
margin-top: 2em;
}
#search_cases #name, #charge, #disposition, #docket {
width: 40ex;
}
label { vertical-align: top; }
#export {
margin-bottom: 1ex;
}
#export a {
color: blue;
}
.pull { margin-bottom: 2em; }
.pull_count { margin-left: 1em; }
|