From 1ca3b541e6636a43f8d239f8386b3b201b674200 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Sun, 18 Aug 2013 14:24:11 -0700 Subject: [PATCH] axi --- client/css/styles.css | 19 ++++++++++++++++++- client/templates/dashboard/page.html | 5 ++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/client/css/styles.css b/client/css/styles.css index 0fd4509..5ff9fa7 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -16,9 +16,26 @@ a.download { margin-top: 20px; } -a.bar { +#barplot { + position: relative; +} + +#barplot a.bar { display: inline-block; margin: 0px; padding: 0px; background-color: #F66; } + +#barplot .tick { + position: absolute; + left: 0; + font-size: 0.5em; +} +#barplot .tick .line { + height: 1px; + width: 80px; + margin-right: 1em; + display: inline-block; + background-color: rgba(0,0,0,0.3); +} diff --git a/client/templates/dashboard/page.html b/client/templates/dashboard/page.html index 4549aef..21aa8d7 100644 --- a/client/templates/dashboard/page.html +++ b/client/templates/dashboard/page.html @@ -1,7 +1,10 @@

Acreages of permit applications

-
+
+
1000 acres
+
2000 acres
+

Impacted acres by parish; grey means no impacted acres, and red means many impacted acres.

About the site