diff --git a/resources/views/importer/import.blade.php b/resources/views/importer/import.blade.php index 6212726e8..b140f9204 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 + }
File | -Created | -Size | -- - - - |
---|---|---|---|
@{{ currentFile.file_path }} | -@{{ currentFile.created_at }} | -@{{ currentFile.filesize }} | -
-
+
+
+
+
+
+ File
+ Created
+ Size
+
+
+ @{{ currentFile.file_path }}
+ @{{ currentFile.created_at }}
+ @{{ currentFile.filesize }}
+
+
+
- |
-