changeset 2430:2a93a8649751

staging: optics
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 28 Feb 2019 17:30:26 +0100
parents 9bc34e1f002c
children 48495bd3081d
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Thu Feb 28 17:26:59 2019 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Thu Feb 28 17:30:26 2019 +0100
@@ -6,7 +6,10 @@
       :closeCallback="$parent.close"
     />
     <div class="d-flex flex-row w-100 justify-content-end">
-      <button class="btn btn-dark align-self-start" @click="refresh">
+      <button
+        class="btn btn-sm btn-dark align-self-start mt-3 mr-3"
+        @click="refresh"
+      >
         <translate>Refresh</translate>
       </button>
     </div>