comparison client/src/components/map/layers/Layers.vue @ 1291:e9fb72fa6bae

improved box positioninig
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 13:15:48 +0100
parents dc3fb8ad8f86
children 2738a6ae9ad8
comparison
equal deleted inserted replaced
1290:ad528ad130d6 1291:e9fb72fa6bae
1 <template> 1 <template>
2 <div :class="['box ui-element rounded bg-white mb-auto text-nowrap', { expanded: showLayers }]"> 2 <div :class="['box ui-element rounded bg-white text-nowrap', { expanded: showLayers }]">
3 <div style="width: 20rem"> 3 <div style="width: 20rem">
4 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center"> 4 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
5 <i class="fa fa-th-list mr-2"></i> 5 <i class="fa fa-th-list mr-2"></i>
6 Layers 6 Layers
7 <i class="fa fa-times ml-auto text-muted" @click="$store.commit('application/showLayers', false)"></i> 7 <i class="fa fa-times ml-auto text-muted" @click="$store.commit('application/showLayers', false)"></i>