changeset 2274:ad9ede1a9e11

importqueue: css cleanup
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 14 Feb 2019 16:30:37 +0100
parents 4eeaba4ef573
children a6cfa06c5983 7f3bc4c39956
files client/src/components/importqueue/Importqueue.vue client/src/components/importqueue/Importqueuedetail.vue
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importqueue/Importqueue.vue	Thu Feb 14 16:22:56 2019 +0100
+++ b/client/src/components/importqueue/Importqueue.vue	Thu Feb 14 16:30:37 2019 +0100
@@ -274,7 +274,7 @@
 }
 
 .enqueued {
-  width: 20%;
+  width: 15%;
 }
 
 .user {
@@ -282,7 +282,7 @@
 }
 
 .signer {
-  width: 20%;
+  width: 15%;
 }
 
 .kind {
@@ -290,7 +290,7 @@
 }
 
 .state {
-  width: 20%;
+  width: 15%;
 }
 
 .details thead {
--- a/client/src/components/importqueue/Importqueuedetail.vue	Thu Feb 14 16:22:56 2019 +0100
+++ b/client/src/components/importqueue/Importqueuedetail.vue	Thu Feb 14 16:30:37 2019 +0100
@@ -289,7 +289,7 @@
 }
 
 .enqueued {
-  width: 20%;
+  width: 15%;
 }
 
 .user {
@@ -297,7 +297,7 @@
 }
 
 .signer {
-  width: 20%;
+  width: 15%;
 }
 
 .kind {
@@ -305,7 +305,7 @@
 }
 
 .state {
-  width: 20%;
+  width: 15%;
 }
 
 .details {