comparison client/src/components/importoverview/ImportOverview.vue @ 2885:190c84c712e8

client: importoverview: positioned spinner overlay so that it does not cover the controls in the top but only the table
author Markus Kottlaender <markus@intevation.de>
date Mon, 01 Apr 2019 18:34:15 +0200
parents c40540889b53
children 95e40c87a943
comparison
equal deleted inserted replaced
2884:fe3d5e824ee9 2885:190c84c712e8
89 </UITableBody> 89 </UITableBody>
90 </div> 90 </div>
91 </div> 91 </div>
92 </template> 92 </template>
93 93
94 <style lang="sass" scoped>
95 .spinner-overlay
96 top: 110px
97 </style>
98
94 <script> 99 <script>
95 /* This is Free Software under GNU Affero General Public License v >= 3.0 100 /* This is Free Software under GNU Affero General Public License v >= 3.0
96 * without warranty, see README.md and license for details. 101 * without warranty, see README.md and license for details.
97 * 102 *
98 * SPDX-License-Identifier: AGPL-3.0-or-later 103 * SPDX-License-Identifier: AGPL-3.0-or-later