From fb69bc602ff3fb11867d3723db43f875823af371 Mon Sep 17 00:00:00 2001 From: liugang Date: Thu, 30 Oct 2025 17:05:33 +0800 Subject: [PATCH] - [misc] Remove useless files. --- module/install/css/common.css | 17 ----------------- module/install/css/index.en.css | 5 ----- module/install/css/index.vi.css | 5 ----- module/install/css/step5.en.css | 2 -- 4 files changed, 29 deletions(-) delete mode 100644 module/install/css/common.css delete mode 100644 module/install/css/index.en.css delete mode 100644 module/install/css/index.vi.css delete mode 100644 module/install/css/step5.en.css diff --git a/module/install/css/common.css b/module/install/css/common.css deleted file mode 100644 index 9d67a924d8..0000000000 --- a/module/install/css/common.css +++ /dev/null @@ -1,17 +0,0 @@ -body {background: #f1f1f1;} -.container {padding: 0;} -.modal-dialog {width: 100%; margin-top: 20px;} -.modal-footer {text-align: center; margin-top: 0;} -.w-350px {width: 350px;} -.text-notice {padding-left: 20px; padding-bottom: 20px;} - -.table,.alert {margin: 0;} -.table+.alert {margin-top: 20px;} -.table.table-form>thead>tr>th, .table.table-form>tbody>tr>th, .table.table-form>tfoot>tr>th {color: #666;} -.table>thead>tr>th {background-color: transparent;} -.table.table-form>thead>tr>th, .table.table-form>tbody>tr>th, .table.table-form>tfoot>tr>th, .table.table-form>thead>tr>td, .table.table-form>tbody>tr>td, .table.table-form>tfoot>tr>td {vertical-align: middle;} - -@media (max-width: 700px) {.modal-dialog {padding: 0;} .modal-content {box-shadow: none; border-width: 1px 0; border-radius: 0;};} - -#checker .ok {background: green; color: white;} -#checker .fail {background: red; color: white;} diff --git a/module/install/css/index.en.css b/module/install/css/index.en.css deleted file mode 100644 index d253ceb2da..0000000000 --- a/module/install/css/index.en.css +++ /dev/null @@ -1,5 +0,0 @@ -.col-md-4 {width: 25%;} -.card.ad > .img-wrapper { - height: 145px; - line-height: 145px; -} diff --git a/module/install/css/index.vi.css b/module/install/css/index.vi.css deleted file mode 100644 index d253ceb2da..0000000000 --- a/module/install/css/index.vi.css +++ /dev/null @@ -1,5 +0,0 @@ -.col-md-4 {width: 25%;} -.card.ad > .img-wrapper { - height: 145px; - line-height: 145px; -} diff --git a/module/install/css/step5.en.css b/module/install/css/step5.en.css deleted file mode 100644 index f5fc485b2e..0000000000 --- a/module/install/css/step5.en.css +++ /dev/null @@ -1,2 +0,0 @@ -.c-company {width: 150px !important;} -.c-company-value {width: 470px !important;}