X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=css%2Fapi4-explorer.css;h=18dc67927803ac7747aaf428b577dc35ab40c89a;hb=7cd1e26253c59f7cf2bbb11b71fbcbe5ae88148f;hp=ae419a5086cbb2f60c14bc8a1220366441cca43f;hpb=2ef461d07eb7a9acd0f55ffa87ece0bd5f3557eb;p=civicrm-core.git diff --git a/css/api4-explorer.css b/css/api4-explorer.css index ae419a5086..18dc679278 100644 --- a/css/api4-explorer.css +++ b/css/api4-explorer.css @@ -129,13 +129,13 @@ top: -2px; } -#bootstrap-theme.api4-explorer-page .api4-where-fieldset fieldset { +#bootstrap-theme.api4-explorer-page .api4-clause-fieldset fieldset { float: right; width: calc(100% - 58px); margin-top: -8px; } -#bootstrap-theme.api4-explorer-page .api4-where-fieldset.api4-sorting fieldset .api4-where-group-sortable { +#bootstrap-theme.api4-explorer-page .api4-clause-fieldset.api4-sorting fieldset .api4-clause-group-sortable { min-height: 3.5em; } @@ -143,6 +143,10 @@ display: inline-block; } +#bootstrap-theme.api4-explorer-page i.fa-arrows { + cursor: move; +} + #bootstrap-theme.api4-explorer-page .api4-clause-badge { width: 55px; display: inline-block; @@ -199,6 +203,22 @@ div.select2-drop.collapsible-optgroups-enabled .select2-result-with-children.opt content: "\f0d7"; } +#bootstrap-theme.api4-explorer-page .form-control.huge { + width: 25em; +} + +#bootstrap-theme.api4-explorer-page .form-control.twenty { + width: 20em; +} + +/* Another weird shoreditch fix */ +#bootstrap-theme .form-inline div.checkbox { + margin-right: 1em; +} +#bootstrap-theme .form-inline div.checkbox label input[type=checkbox] { + margin: 0; +} + /** * Shims so the UI isn't completely broken when a Bootstrap theme is not installed */