summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorNathan Kinkade <nkinkade@creativecommons.org>2014-05-19 18:18:52 -0400
committerNathan Kinkade <nkinkade@creativecommons.org>2014-05-19 18:18:52 -0400
commitfea92fb73fc066701a4e5e578edee7d737045a41 (patch)
tree8475a74fb159756896e90a802eca32e2545ed86d /style.css
parent03a01ac31a16cf7f44e827db15b7483b0ec330cd (diff)
parentc1ea47789989b08e919645d8b8133cfea0ad97c9 (diff)
Manually deleted file to fix merge conflict.HEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css87
1 files changed, 87 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..323d302
--- /dev/null
+++ b/style.css
@@ -0,0 +1,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; }