From 770342409a71a3a9b8a4da0ffa71bf3ded278b15 Mon Sep 17 00:00:00 2001 From: Ben Leichter Date: Wed, 7 May 2014 17:52:54 -0400 Subject: [PATCH] Added space to TF viz buttons --- html/explore/index.html | 6 ++++-- media/css/style.css | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/html/explore/index.html b/html/explore/index.html index bce3b046..1fb005c8 100644 --- a/html/explore/index.html +++ b/html/explore/index.html @@ -251,7 +251,8 @@

{% if title %}{{title
Visualization: -
+
+ --> + --> +

diff --git a/media/css/style.css b/media/css/style.css index d9f2ecbd..73587a3c 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -2058,7 +2058,9 @@ table tbody tr td span { margin: 0 0 0 4px; } - +#tfViz label{ + margin-top: 10px; +} .dropdown { display: inline; float: left;