changeset 2897:b7cfbb21f252

client: removed margin from box controls, add margins individually where needed
author Markus Kottlaender <markus@intevation.de>
date Tue, 02 Apr 2019 14:14:32 +0200
parents a1320a9696fa
children d57c951aec65
files client/src/assets/application.scss client/src/components/ui/UIBoxHeader.vue
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/assets/application.scss	Tue Apr 02 13:00:18 2019 +0200
+++ b/client/src/assets/application.scss	Tue Apr 02 14:14:32 2019 +0200
@@ -107,7 +107,6 @@
 
 .box-control {
   display: inline-block;
-  margin-left: 3px;
   color: #888;
   padding: 3px 7px;
   border-radius: 0.25rem;
--- a/client/src/components/ui/UIBoxHeader.vue	Tue Apr 02 13:00:18 2019 +0200
+++ b/client/src/components/ui/UIBoxHeader.vue	Tue Apr 02 14:14:32 2019 +0200
@@ -58,6 +58,8 @@
     padding-left: 0.25rem
     .box-icon
       margin-right: 0.25rem
+  .box-control
+    margin-left: 3px
 </style>
 
 <script>