Done integrating graphs onto site_usage/publishers and site_usage/datasets. Including some interesting queries.
[ckanext-ga-report.git] / ckanext / ga_report / public / css / ga_report.css
blob:a/ckanext/ga_report/public/css/ga_report.css -> blob:b/ckanext/ga_report/public/css/ga_report.css
--- a/ckanext/ga_report/public/css/ga_report.css
+++ b/ckanext/ga_report/public/css/ga_report.css
@@ -16,16 +16,8 @@
   bottom: 0;
 }
 .rickshaw_legend {
-  position: absolute;
-  right: 0;
-  top: 0;
-  margin-left: 15px;
-  padding: 0 5px;
   background: transparent;
-  max-width: 150px;
-  overflow: hidden;
-  background: rgba(0,0,0,0.05);
-  border-radius:5px;
+  width: 100%;
 }
 .rickshaw_y_axis {
   position: absolute;
@@ -39,3 +31,21 @@
   font-weight: normal !important;
 }
 
+.rickshaw_legend .line .action {
+  display: none;
+}
+.rickshaw_legend .line .swatch {
+  display: block;
+  float: left;
+}
+.rickshaw_legend .line .label {
+  display: block;
+  white-space: normal;
+  float: left;
+  width: 200px;
+}
+
+.ga-reports-table .td-numeric {
+  text-align: center;
+}
+