X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fapi4-explorer.css;h=b2cfa771cb117bcbdb0272bf452ba5f1f4e7bf82;hb=6e9fbc8b5ff991f73b281a16f63ec74040c21934;hp=092f6215d36bc9217c74bc00fa3266e80fcd3a03;hpb=c525276256b9465ed6567e043a55525698978b23;p=civicrm-core.git diff --git a/css/api4-explorer.css b/css/api4-explorer.css index 092f6215d3..b2cfa771cb 100644 --- a/css/api4-explorer.css +++ b/css/api4-explorer.css @@ -16,27 +16,17 @@ #bootstrap-theme .explorer-params-panel .panel-heading .form-inline > .select2-container { max-width: 25% !important; } -#bootstrap-theme.api4-explorer-page .api4-explorer-row { - display: flex; -} -#bootstrap-theme.api4-explorer-page > div > .panel { - flex: 1; +#bootstrap-theme .api4-explorer-row > .panel { margin: 10px; min-height: 500px; } -#bootstrap-theme.api4-explorer-page > div > form.panel { - flex: 2; -} /* Fix weird shorditch style */ #bootstrap-theme.api4-explorer-page .api4-explorer-row .panel .panel-heading { border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } -#bootstrap-theme.api4-explorer-page .panel-heading.nav-tabs { - padding: 8px 0 0 20px; -} -#bootstrap-theme .panel-heading>li>a { +#bootstrap-theme .panel-heading li>a { background-color: #f1f1f18c } #bootstrap-theme.api4-explorer-page .explorer-code-panel pre { @@ -44,7 +34,7 @@ word-break: break-all; white-space: pre-wrap; } -#bootstrap-theme.api4-explorer-page .explorer-code-panel .panel-heading.nav li a { +#bootstrap-theme.api4-explorer-page .explorer-code-panel .panel-heading>.nav li a { text-transform: uppercase; } @@ -159,22 +149,6 @@ padding: 5px 10px; } -/* Collapsible optgroups for select2 */ -div.select2-drop.collapsible-optgroups-enabled .select2-result-with-children:not(.optgroup-expanded) > .select2-result-sub > li.select2-result { - display: none; -} -div.select2-drop.collapsible-optgroups-enabled .select2-result-with-children > .select2-result-label:before { - font-family: FontAwesome; - content: "\f0da"; - display: inline-block; - padding-right: 3px; - vertical-align: middle; - font-weight: normal; -} -div.select2-drop.collapsible-optgroups-enabled .select2-result-with-children.optgroup-expanded > .select2-result-label:before { - content: "\f0d7"; -} - #bootstrap-theme.api4-explorer-page .form-control.huge { width: 25em; }