summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/GroupModuleGroupInfo.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/GroupModuleGroupInfo.vue')
-rw-r--r--webapp/src/components/GroupModuleGroupInfo.vue7
1 files changed, 2 insertions, 5 deletions
diff --git a/webapp/src/components/GroupModuleGroupInfo.vue b/webapp/src/components/GroupModuleGroupInfo.vue
index 373de61..141fd13 100644
--- a/webapp/src/components/GroupModuleGroupInfo.vue
+++ b/webapp/src/components/GroupModuleGroupInfo.vue
@@ -130,10 +130,10 @@
<v-flex lg4 xs12 order-lg3 order-xs1 class="text-xs-right">
<div class="info-box">
<div v-if="!editMode">
- <v-btn color="error" flat @click="deleteGroup" class="info-buttons">
+ <v-btn color="error" flat @click="deleteGroup" class="info-buttons tutorial-element label-left" style="--label-number: '2'">
<v-icon left>delete</v-icon>{{ $t('delete') }}
</v-btn>
- <v-btn color="primary" flat @click="editInfo" class="info-buttons">
+ <v-btn color="primary" flat @click="editInfo" class="info-buttons tutorial-element label-right" style="--label-number: '1'">
<v-icon left>create</v-icon>{{ $t('edit') }}
</v-btn>
</div>
@@ -250,9 +250,6 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
-.info-buttons {
- margin: 0;
-}
.iprange {
display: flex;