From a31d298fef83fae798beb912020e3effc309bf0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Tue, 6 Dec 2022 17:57:25 +0800 Subject: [PATCH] Update admin.css --- src/static/web/css/admin.css | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 4718bce5..f448d491 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -35,8 +35,8 @@ body,th,td { line-height:1.5 } th,td,div { - word-break:break-all; - word-wrap:break-word + white-space:normal; + word-break:break-all } li,dd { margin:0; @@ -51,17 +51,16 @@ label { margin-bottom:0 } input { - padding:.25rem .5rem; + padding:.25rem .65rem; height:28px; color:#545b62; background:#fff; border:1px solid #dee2e6; border-radius:.2rem; - vertical-align:middle; transition:all .3s } input[type=button],input[type=submit],input[type=reset] { - padding:.25rem .5rem; + padding:.25rem .65rem; height:auto; color:#fff; background:#1eb867; @@ -79,7 +78,7 @@ input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkb vertical-align:text-top } textarea { - padding:.25rem .5rem; + padding:.25rem .65rem; color:#545b62; background:#fff; border:1px solid #dee2e6; @@ -87,7 +86,7 @@ textarea { transition:all .3s } select { - padding:.25rem .5rem; + padding:.25rem .65rem; height:28px; color:#545b62; background:#fff; @@ -367,7 +366,7 @@ span.page-link { } .admin-win { background:#f5f5f5; - border:1px solid #dee2e6!important + border:1px solid #dee2e6 } .admin-win-iframe { width:100%; @@ -384,11 +383,10 @@ span.page-link { border-radius:.2rem .2rem 0 0 } .admin-border { - border:1px solid #dee2e6!important + border:1px solid #dee2e6 } .admin-td { padding:.65rem; - vertical-align:middle; border-bottom:1px solid #dee2e6!important } .admin-textarea-xl { @@ -444,7 +442,7 @@ span.page-link { margin-left:1rem } .coolbg { - padding:.25rem .5rem; + padding:.25rem .65rem; background:#f5f5f5; border-bottom:1px solid #dee2e6; border-radius:.2rem;