changeset 2323:5b53be76080c

client: adjusted table and delete button styles on configuration page
author Markus Kottlaender <markus@intevation.de>
date Tue, 19 Feb 2019 09:57:02 +0100
parents a25b4988eb0c
children edaf0d22fc9c
files client/src/components/systemconfiguration/PDFTemplates.vue
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/PDFTemplates.vue	Tue Feb 19 09:49:14 2019 +0100
+++ b/client/src/components/systemconfiguration/PDFTemplates.vue	Tue Feb 19 09:57:02 2019 +0100
@@ -25,7 +25,7 @@
             <td>{{ template.time }}</td>
             <td class="text-right">
               <button
-                class="btn btn-sm btn-link text-dark"
+                class="btn btn-sm btn-danger"
                 @click="
                   showDeleteTemplatePrompt = true;
                   templateToDelete = template;
@@ -88,6 +88,16 @@
   </div>
 </template>
 
+<style lang="scss" scoped>
+.table th,
+td {
+  font-size: $smaller;
+  border-top: 0px !important;
+  text-align: left;
+  padding: $small-offset !important;
+}
+</style>
+
 <script>
 /* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.