changeset 4250:3181ae3f9f84

client: unify layout of buttons and mark strings for translations(ColorSetting)
author Fadi Abbud <fadi.abbud@intevation.de>
date Thu, 22 Aug 2019 17:11:34 +0200
parents 0f0628189cd7
children 51aae07d5f7b
files client/src/components/systemconfiguration/ColorSettings.vue
diffstat 1 files changed, 8 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/systemconfiguration/ColorSettings.vue	Thu Aug 22 16:25:11 2019 +0200
+++ b/client/src/components/systemconfiguration/ColorSettings.vue	Thu Aug 22 17:11:34 2019 +0200
@@ -40,17 +40,15 @@
             </a>
           </div>
         </div>
-        <div class="col-sm-2 px-3 align-self-end">
-          <a @click.prevent="resetAll" class="btn btn-outline-info btn-sm w-100"
-            >Reset all to defaults
+        <div class="col-sm-2 align-self-end px-1">
+          <a @click.prevent="resetAll" class="btn btn-outline-info btn-sm"
+            ><translate>Reset all to defaults</translate>
           </a>
-          <div class="d-flex mt-2">
-            <a
-              @click.prevent="saveAll"
-              class="btn btn-info btn-sm text-white w-100"
-              >Send all
-            </a>
-          </div>
+          <a
+            @click.prevent="saveAll"
+            class="btn btn-info ml-1 btn-sm text-white "
+            ><translate>Send all</translate>
+          </a>
         </div>
       </div>
     </div>