From affc7a75c832870b078a7ac20df8614509077f0d Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 30 Nov 2023 13:08:39 +0900 Subject: [PATCH] =?UTF-8?q?css=EC=88=98=EC=A0=95(=EC=85=80=EB=A0=89?= =?UTF-8?q?=ED=8A=B8=EB=B0=95=EC=8A=A4=20=ED=99=94=EC=82=B4=ED=91=9C=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80,=20=ED=85=8C=EC=9D=B4=EB=B8=94=20=EC=85=80=20?= =?UTF-8?q?=EC=B6=95=EC=86=8C=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fims/framework/common/xit-core-extend.css | 7 ++++++ .../css/fims/framework/common/xit-core.css | 25 +++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css b/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css index 8ff8366b..fd328ec9 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core-extend.css @@ -525,6 +525,9 @@ span.skeleton { width: 7.5rem !important; } +.w-automin { + min-width: auto !important; +} /* 배경색, 외곽선 */ .traffic { @@ -565,6 +568,10 @@ span.skeleton { background-color: var(--program-title-bg) !important; } +.no-bgi { + background-image: none !important; +} + /* 다이얼로그 창 넓이 */ .w-dialog-px-500 { --bs-modal-width : 500px; diff --git a/src/main/webapp/resources/css/fims/framework/common/xit-core.css b/src/main/webapp/resources/css/fims/framework/common/xit-core.css index 60195696..223a40c3 100644 --- a/src/main/webapp/resources/css/fims/framework/common/xit-core.css +++ b/src/main/webapp/resources/css/fims/framework/common/xit-core.css @@ -1767,6 +1767,23 @@ progress { border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } + +table.compress-cell-w > :not(caption) > * > * { + padding-left: 7px !important; + padding-right: 7px !important; +} +table.compress-cell-h > :not(caption) > * > * { + padding-top: 4px !important; + padding-bottom: 4px !important; +} + +table.compress-cell > :not(caption) > * > * { + padding-left: 7px !important; + padding-right: 7px !important; + padding-top: 4px !important; + padding-bottom: 4px !important; +} + .table > tbody { vertical-align: inherit; } @@ -11115,10 +11132,18 @@ button.list-group-item-gray.active { min-width: 100vw !important; } +.h-px-10 { + height: 10px !important; +} + .h-px-20 { height: 20px !important; } +.h-px-25 { + height: 25px !important; +} + .h-px-30 { height: 30px !important; }