summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-09-11 16:00:22 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-09-11 18:12:36 +0200
commit3e99f93830d61be76205474bacc749e97d9e3ca5 (patch)
treed065b3e7e42f74e9038570a1d921ba3e883f9250 /data
parent599cf82ff710d01de97231e3fa73fff2b514708e (diff)
add upload_history page
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/default.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/data/default.css b/data/default.css
index 70738227b..2f1340731 100644
--- a/data/default.css
+++ b/data/default.css
@@ -48,3 +48,33 @@ body {
padding-top:13px;
}
+table {
+ border-collapse: collapse;
+}
+
+.results {
+ font-size: 0.75em;
+}
+
+.results th {
+ padding: 0.5em 1em 0.25em 0.25em;
+ background: #fff;
+ border-bottom: 1px solid #999;
+ text-align: left;
+}
+
+.results td {
+ padding: 0.3em 1em 0.3em 0.25em;
+}
+
+.results tr:hover {
+ background: #ddf;
+}
+
+tr.even {
+ background: #eef;
+}
+
+tr.odd {
+ background: #fff;
+}