1 /* Style rules for Api4 Explorer */
3 #bootstrap-theme.api4-explorer-page
.panel-heading
{
6 #bootstrap-theme.api4-explorer-page
.panel-body
{
7 min-height: calc
( 100% - 50px);
9 #bootstrap-theme.api4-explorer-page
.explorer-params-panel
.panel-heading
{
12 #bootstrap-theme.api4-explorer-page
.explorer-params-panel
.panel-heading button
{
16 #bootstrap-theme .explorer-params-panel
.panel-heading
.form-inline
> .select2-container
{
17 max-width: 25% !important
;
19 #bootstrap-theme.api4-explorer-page
.api4-explorer-row
{
22 #bootstrap-theme.api4-explorer-page
> div
> .panel
{
27 #bootstrap-theme.api4-explorer-page
> div
> form
.panel
{
30 /* Fix weird shorditch style */
31 #bootstrap-theme.api4-explorer-page
.api4-explorer-row
.panel
.panel-heading
{
32 border-bottom-right-radius: 0;
33 border-bottom-left-radius: 0;
36 #bootstrap-theme.api4-explorer-page
.panel-heading
.nav-tabs
{
37 padding: 8px 0 0 20px;
39 #bootstrap-theme .panel-heading
>li
>a
{
40 background-color: #f1f1f18c
42 #bootstrap-theme.api4-explorer-page
.explorer-code-panel table
td:first-child
{
44 word-break: break-word
;
46 #bootstrap-theme.api4-explorer-page
.explorer-code-panel table td pre
{
49 #bootstrap-theme.api4-explorer-page
.explorer-code-panel
.panel-heading
.nav li a
{
50 text-transform: uppercase
;
53 #bootstrap-theme.api4-explorer-page
.explorer-params-panel
> .panel-body
> div
.api4-input
{
57 #bootstrap-theme.api4-explorer-page
.api4-input
.form-inline
> label
{
61 #bootstrap-theme.api4-explorer-page
.explorer-help-panel
.panel-body
{
62 word-break: break-word
;
65 /* because each help p is in a div, this undoes bootstrap removing margin from last-child */
66 #bootstrap-theme.api4-explorer-page
.explorer-help-panel
.panel-body p
{
70 #bootstrap-theme.api4-explorer-page form label
{
71 text-transform: capitalize
;
74 #bootstrap-theme.api4-explorer-page fieldset
{
76 border: 1px solid lightgrey
;
81 #bootstrap-theme.api4-explorer-page fieldset legend
{
82 background-color: white
;
88 text-transform: capitalize
;
90 #bootstrap-theme.api4-explorer-page fieldset
> .btn-group
{
95 #bootstrap-theme.api4-explorer-page fieldset
> .btn-group
.btn
{
99 #bootstrap-theme.api4-explorer-page fieldset div
.api4-input
{
103 #bootstrap-theme.api4-explorer-page fieldset div
.api4-input
.ui-sortable-helper
{
104 background-color: rgba
(255, 255, 255, .9);
107 #bootstrap-theme.api4-explorer-page fieldset div
.api4-input
.ui-sortable-helper
{
108 background-color: rgba
(255, 255, 255, .9);
111 #bootstrap-theme.api4-explorer-page div
.api4-input
.form-inline label
.form-control
{
114 #bootstrap-theme.api4-explorer-page div
.api4-input
.form-inline label
.form-control input
[type
=checkbox
] {
118 #bootstrap-theme.api4-explorer-page div
.api4-input
.form-inline label
.form-control:not
(.api4-option-selected
) {
121 -webkit-box-shadow: none
;
122 -moz-box-shadow: none
;
126 #bootstrap-theme.api4-explorer-page div
.api4-input
.form-inline
.form-control label
{
132 #bootstrap-theme.api4-explorer-page
.api4-where-fieldset fieldset
{
134 width: calc
(100% - 58px);
138 #bootstrap-theme.api4-explorer-page
.api4-where-fieldset
.api4-sorting fieldset
.api4-where-group-sortable
{
142 #bootstrap-theme.api4-explorer-page
.api4-input-group
{
143 display: inline-block
;
146 #bootstrap-theme.api4-explorer-page
.api4-clause-badge
{
148 display: inline-block
;
151 #bootstrap-theme.api4-explorer-page
.api4-clause-badge
.badge
{
155 #bootstrap-theme.api4-explorer-page
.api4-clause-badge
.caret
{
158 #bootstrap-theme.api4-explorer-page
.api4-clause-badge
.crm-i
{
162 #bootstrap-theme.api4-explorer-page
.ui-sortable-helper
.api4-clause-badge
.badge span
{
165 #bootstrap-theme.api4-explorer-page
.ui-sortable-helper
.api4-clause-badge
.crm-i
{
166 display: inline-block
;
169 #bootstrap-theme.api4-explorer-page
.api4-operator
,
170 #bootstrap-theme.api4-explorer-page
.api4-chain-index
,
171 #bootstrap-theme.api4-explorer-page
.api4-chain-action
{
174 #bootstrap-theme.api4-explorer-page
.api4-chain-params
{
175 width: calc
(100% - 390px);
178 #bootstrap-theme.api4-explorer-page
.api4-add-where-group-menu
{
180 background-color: rgba
(186, 225, 251, 0.94);
182 #bootstrap-theme.api4-explorer-page
.api4-add-where-group-menu a
{
186 /* Collapsible optgroups for select2 */
187 div
.select2-drop
.collapsible-optgroups-enabled
.select2-result-with-children:not
(.optgroup-expanded
) > .select2-result-sub
> li
.select2-result
{
190 div
.select2-drop
.collapsible-optgroups-enabled
.select2-result-with-children
> .select2-result-label:before
{
191 font-family: FontAwesome
;
193 display: inline-block
;
195 vertical-align: middle
;
198 div
.select2-drop
.collapsible-optgroups-enabled
.select2-result-with-children
.optgroup-expanded
> .select2-result-label:before
{
203 * Shims so the UI isn't completely broken when a Bootstrap theme is not installed
205 #bootstrap-theme.api4-explorer-page
* {
206 box-sizing: border-box
;
208 .api4-explorer-page.panel {
209 border: 1px solid grey
;
210 background-color: white
;
212 .api4-explorer-page.panel-heading {
215 background-color: #f3f6f7;