X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fapi4-explorer.css;h=8041edda26dd6cb750ab37db7721e06152388222;hb=502492c2bcad65c4a1e77f9a2b9595844a39dcb4;hp=2171d003e8fdb0e4098dca0cae409a625e33cf88;hpb=b46379c1a2a975fe0c5142d40ed03f19578844a7;p=civicrm-core.git diff --git a/css/api4-explorer.css b/css/api4-explorer.css index 2171d003e8..8041edda26 100644 --- a/css/api4-explorer.css +++ b/css/api4-explorer.css @@ -22,7 +22,7 @@ #bootstrap-theme.api4-explorer-page > div > .panel { flex: 1; margin: 10px; - min-height: 400px; + min-height: 500px; } #bootstrap-theme.api4-explorer-page > div > form.panel { flex: 2; @@ -33,6 +33,12 @@ 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 { + background-color: #f1f1f18c +} #bootstrap-theme.api4-explorer-page .explorer-code-panel table td:first-child { width: 5em; } @@ -49,6 +55,11 @@ word-break: break-word; } +/* because each help p is in a div, this undoes bootstrap removing margin from last-child */ +#bootstrap-theme.api4-explorer-page .explorer-help-panel .panel-body p { + margin-bottom: 10px; +} + #bootstrap-theme.api4-explorer-page form label { text-transform: capitalize; } @@ -146,12 +157,11 @@ #bootstrap-theme.api4-explorer-page .api4-operator, #bootstrap-theme.api4-explorer-page .api4-chain-index, -#bootstrap-theme.api4-explorer-page .api4-index, #bootstrap-theme.api4-explorer-page .api4-chain-action { width: 90px; } #bootstrap-theme.api4-explorer-page .api4-chain-params { - width: calc(100% - 386px); + width: calc(100% - 390px); } #bootstrap-theme.api4-explorer-page .api4-add-where-group-menu {