From 8af5e4f7e2ac5cb55757f8cc463eb6bcfcaa1673 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Mon, 10 Apr 2023 08:55:30 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=ED=8C=9D=EC=97=85=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/resources/biz/common/css/index.css | 33 +++---------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index da9c1e06..02624b8f 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -200,8 +200,8 @@ input[data-fmt-type=time], input[data-fmt-type=day] { border: 1px solid #979797; } #popupTabs div[id^="tabs"] { - display: flex !important; - flex-wrap: wrap !important; + display: flex ; + flex-wrap: wrap ; } .gridGroup { @@ -489,33 +489,8 @@ button.btnDark { font-weight: bold; } button.btnDark .ico.fa-file-pdf { font-weight: bold; } -button.btnStrong { - height: 36px; - padding: 0 15px; - *padding: 0; - border: 1px solid #564a44; - background: #564a44; - line-height: 24px; - *line-height: 1.6em; - font-weight: bold; - color: #fff; } - button.btnStrong .ico { - font-weight: normal; - margin-right: 5px; - color: #fff; } - button.btnStrong .ico.fa-file-excel { - font-weight: bold; } - button.btnStrong .ico.fa-file-pdf { - font-weight: bold; } -button.btnSmall { - height: 15px; - padding: 0 2px; - border: 1px solid #333; - background: #f0f0ef; - line-height: 15px; - *line-height: 1.6em; - font-size: 10.8px; - letter-spacing: -0.54px; } + + .listBtn{