comparison client/src/components/layers/Layers.vue @ 2260:531e776cb81d

client: reduced width of pdf-, profile- and identify-box
author Markus Kottlaender <markus@intevation.de>
date Thu, 14 Feb 2019 10:35:32 +0100
parents a08e0f532304
children f185503ef35a
comparison
equal deleted inserted replaced
2259:7e378b38d302 2260:531e776cb81d
3 :class="[ 3 :class="[
4 'box ui-element rounded bg-white text-nowrap', 4 'box ui-element rounded bg-white text-nowrap',
5 { expanded: showLayers } 5 { expanded: showLayers }
6 ]" 6 ]"
7 > 7 >
8 <div style="width: 20rem"> 8 <div style="width: 18rem">
9 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center"> 9 <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
10 <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon 10 <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon
11 ><translate>Layers</translate> 11 ><translate>Layers</translate>
12 <font-awesome-icon 12 <font-awesome-icon
13 icon="times" 13 icon="times"