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;