From aa96d074afb8d7e055d04be08e2d17c66c7c03fe Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sun, 23 Oct 2016 11:21:38 -0400 Subject: [PATCH] dont show import on topic page --- app/assets/stylesheets/clean.css.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/clean.css.erb b/app/assets/stylesheets/clean.css.erb index 27731a6e..e4da394b 100644 --- a/app/assets/stylesheets/clean.css.erb +++ b/app/assets/stylesheets/clean.css.erb @@ -52,7 +52,8 @@ display: block; } .mapPage .mapElementHidden, -.topicPage .mapElement.mapInfoBox { +.topicPage .mapElement.mapInfoBox, +.topicPage .mapElement.importDialog { display:none; } .topicPage .starMap {