comparison client/src/components/importqueue/Importqueue.vue @ 1620:2e4ec4251c57

refac: staging rebuilt with divs instead tables to accomplish detailsview
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Dec 2018 16:09:44 +0100
parents f2d24dceecc7
children 16fb9667ddf8
comparison
equal deleted inserted replaced
1619:3093bab05c81 1620:2e4ec4251c57
293 293
294 .state { 294 .state {
295 width: 20%; 295 width: 20%;
296 } 296 }
297 297
298 .header {
299 font-weight: bold;
300 font-size: 0.9em;
301 }
302
303 .details thead { 298 .details thead {
304 display: block; 299 display: block;
305 } 300 }
306 .details tbody { 301 .details tbody {
307 display: block; 302 display: block;