diff --git a/src/styles/theme/_index.scss b/src/styles/theme/_index.scss index 5ce534bbd..384c3a9f8 100644 --- a/src/styles/theme/_index.scss +++ b/src/styles/theme/_index.scss @@ -9,4 +9,5 @@ @import "loading"; @import "flatpickr"; @import 'helpers'; -@import 'navigation'; \ No newline at end of file +@import 'navigation'; +@import 'button'; \ No newline at end of file diff --git a/src/styles/theme/button.scss b/src/styles/theme/button.scss new file mode 100644 index 000000000..7c8f27af6 --- /dev/null +++ b/src/styles/theme/button.scss @@ -0,0 +1,3 @@ +.button.border { + border: 1px solid; +} \ No newline at end of file diff --git a/src/views/tasks/TaskDetailView.vue b/src/views/tasks/TaskDetailView.vue index 1e6b0d2e5..2fe632faa 100644 --- a/src/views/tasks/TaskDetailView.vue +++ b/src/views/tasks/TaskDetailView.vue @@ -8,28 +8,29 @@ >
- -
- -
- +
+ +
+ +
+
-
+
@@ -209,7 +210,7 @@
-
+
@@ -224,7 +225,7 @@
-
+
-
+
-
+

@@ -262,7 +263,7 @@

-
+

@@ -280,7 +281,9 @@

- +
+ +
@@ -290,7 +293,7 @@ :class="{'is-success': !task.done}" :shadow="task.done" @click="toggleTaskDone()" - class="is-outlined has-no-border" + class="is-outlined border" icon="check-double" variant="secondary" v-shortcut="'t'" @@ -428,7 +431,7 @@ @click="showDeleteModal = true" icon="trash-alt" :shadow="false" - class="is-danger is-outlined has-no-border" + class="is-danger is-outlined border" v-shortcut="'Shift+Delete'" > {{ $t('task.detail.actions.delete') }} @@ -858,6 +861,10 @@ function setRelatedTasksActive() { opacity: 0; } +.card { + padding: 15px; + margin: 0 0 20px 0; +} .subtitle { color: var(--grey-500); @@ -914,7 +921,6 @@ h3 .button { .details { padding-bottom: 0.75rem; flex-flow: row wrap; - margin-bottom: 0; .detail-title { display: block; @@ -986,7 +992,6 @@ h3 .button { } .attachments { - margin-bottom: 0; table tr:last-child td { border-bottom: none;