From 8b7d81191f2ff5b82aa0d86d010ad25ca7f22b41 Mon Sep 17 00:00:00 2001 From: GUSSAN <96756270+GUSSAN-BEEDAN@users.noreply.github.com> Date: Thu, 7 Apr 2022 02:27:19 +0900 Subject: [PATCH] Update addstyle_3rd.css --- webroot/css/admin/addstyle_3rd.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/webroot/css/admin/addstyle_3rd.css b/webroot/css/admin/addstyle_3rd.css index 8b20596..181d1be 100644 --- a/webroot/css/admin/addstyle_3rd.css +++ b/webroot/css/admin/addstyle_3rd.css @@ -87,9 +87,11 @@ body { flex-direction: column; margin-bottom: .5em; } + +/* コンテンツ一覧等のパネルボックスのレイアウト調整 */ .bca-radio-group { - display: flex; - flex-direction: column; + display: block; + margin-bottom: 0.5em; } /* 各種リスト等のオーバーフローの横スクロール対応 */ @@ -210,9 +212,6 @@ height: initial !important; .bca-toolbar .bca-toolbar__logo { padding: 0 12px 0 12px !important; } -.bca-toolbar__tools-edit a { - margin: 8px 0; -} .bca-toolbar .bca-toolbar__logo-symbol { border: none !important; padding: 0 !important; @@ -470,11 +469,6 @@ body.open { max-width: 100%; } -/* コンテンツ一覧等のパネルボックスのレイアウト調整 */ -.bca-radio-group { - display: block; -} - /* バルーンチップのウィンドウ幅調整(768px以上を含む) */ .bt-content { max-width: 330px !important;