From fddd4997528c352432f35e46d8e4f7469fe46f5d Mon Sep 17 00:00:00 2001 From: abarrau Date: Wed, 6 Dec 2023 07:41:52 +0100 Subject: [PATCH] css change with css class bs --- application/views/qso/index.php | 6 +++--- assets/css/general.css | 10 ---------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/application/views/qso/index.php b/application/views/qso/index.php index c9271659..f6a6b078 100755 --- a/application/views/qso/index.php +++ b/application/views/qso/index.php @@ -117,8 +117,8 @@
- - + +
@@ -552,7 +552,7 @@ - + diff --git a/assets/css/general.css b/assets/css/general.css index 226af578..b533ae44 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -656,13 +656,3 @@ table.dataTable tfoot td { .inputError { border: 1px var(--bs-danger) solid; } -.warningOnSubmit { - margin-top:15px; -} -.warningOnSubmit_txt { - margin-left:10px; -} - -.qso-icon-info { - margin-right:5px; -} \ No newline at end of file