From c492ba72456a2b7a96b44acce8668b246757d821 Mon Sep 17 00:00:00 2001 From: Ivan Nieto Date: Wed, 1 Apr 2020 06:24:05 -0600 Subject: [PATCH] Adding changes to 'upload-table' for being painted in CSS (#7934) --- resources/views/importer/import.blade.php | 68 ++++++++++++++--------- 1 file changed, 42 insertions(+), 26 deletions(-) diff --git a/resources/views/importer/import.blade.php b/resources/views/importer/import.blade.php index 6212726e8e..b140f9204c 100644 --- a/resources/views/importer/import.blade.php +++ b/resources/views/importer/import.blade.php @@ -16,6 +16,21 @@ [v-cloak] { display:none; } + + /* Rules for the div table */ + .tbl_head { + font-weight: bold + } + .div_tbl { + display: table + } + .div_tbl_row { + display: table-row + } + .div_tbl_cell { + display: table-cell; + padding: 2px + }
@@ -52,33 +67,34 @@
- - - - - - - - - +
FileCreatedSize