changeset 2524:f15ee4e84c0c

staging: small UI improvements
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 06 Mar 2019 13:12:46 +0100
parents 40bd6bb7886b
children 8416cf343f17
files client/src/components/importoverview/ImportOverview.vue client/src/components/importoverview/staging/StagingDetail.vue
diffstat 2 files changed, 21 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Wed Mar 06 12:54:47 2019 +0100
+++ b/client/src/components/importoverview/ImportOverview.vue	Wed Mar 06 13:12:46 2019 +0100
@@ -7,7 +7,7 @@
     />
     <div class="d-flex flex-row w-100 justify-content-end">
       <button
-        class="btn btn-sm btn-outline-info align-self-start mt-3 mr-3"
+        class="btn btn-sm btn-outline-info align-self-start mr-3"
         @click="refresh"
       >
         <font-awesome-icon icon="redo"></font-awesome-icon>
--- a/client/src/components/importoverview/staging/StagingDetail.vue	Wed Mar 06 12:54:47 2019 +0100
+++ b/client/src/components/importoverview/staging/StagingDetail.vue	Wed Mar 06 13:12:46 2019 +0100
@@ -338,8 +338,6 @@
     detail() {
       return [
         "staging",
-        "pb-2",
-        "pt-2",
         "d-flex",
         "flex-column",
         "w-100",
@@ -519,6 +517,26 @@
 </script>
 
 <style lang="scss" scoped>
+.name {
+  width: 230px;
+}
+
+.type {
+  width: 40px;
+}
+
+.date {
+  width: 100px;
+}
+
+.imported {
+  width: 100px;
+}
+
+.username {
+  width: 50px;
+}
+
 .actions {
   padding: 1px;
   width: 1rem;