From 774beaa05c4455899b17f598999f8489b30fde71 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Mon, 19 Nov 2018 11:57:16 +0100
Subject: [PATCH] chore: prettify

---
 src/atlasViewer/atlasViewer.style.css                | 3 ++-
 src/atlasViewer/atlasViewer.urlService.service.ts    | 2 +-
 src/ui/nehubaContainer/nehubaContainer.template.html | 1 +
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/atlasViewer/atlasViewer.style.css b/src/atlasViewer/atlasViewer.style.css
index 9d26e67c1..216fbcf22 100644
--- a/src/atlasViewer/atlasViewer.style.css
+++ b/src/atlasViewer/atlasViewer.style.css
@@ -90,10 +90,11 @@ div[floatingMouseContextualContainer]
 
 div[contextualBlock]
 {
-  margin: 1.3em 1.5em;
+  margin-top: 1px;
   white-space: nowrap;
   display:inline-block;
   width:auto;
+  padding: 0.3em 0.5em;
 }
 
 div[contextualBlock]
diff --git a/src/atlasViewer/atlasViewer.urlService.service.ts b/src/atlasViewer/atlasViewer.urlService.service.ts
index ff925f70c..523e916ca 100644
--- a/src/atlasViewer/atlasViewer.urlService.service.ts
+++ b/src/atlasViewer/atlasViewer.urlService.service.ts
@@ -200,7 +200,7 @@ export class AtlasViewerURLService{
       })
 
       url.search = search.toString()
-      history.replaceState(null,'',url.toString())
+      history.replaceState(null, '', url.toString())
     })
   }
 }
\ No newline at end of file
diff --git a/src/ui/nehubaContainer/nehubaContainer.template.html b/src/ui/nehubaContainer/nehubaContainer.template.html
index 4157818ad..b5dc6adee 100644
--- a/src/ui/nehubaContainer/nehubaContainer.template.html
+++ b/src/ui/nehubaContainer/nehubaContainer.template.html
@@ -88,6 +88,7 @@
 
 <layout-floating-container *ngIf = "viewerLoaded">
 
+  <!-- TODO export status card to its own container -->
   <div statusCard>
 
     <template-parcellation-citation-container desktopTemplateCitation *ngIf = "!isMobile">
-- 
GitLab