Merge pull request #17896 from eileenmcnaughton/pdfletter
[civicrm-core.git] / css / api4-explorer.css
index 077f95b7bef4a907beaa1eb9d1779de19b56de09..fa288280585d38e0f49e9fa684553ee6f0d69b17 100644 (file)
   margin-bottom: 10px;
 }
 
-#bootstrap-theme.api4-explorer-page .api4-input.form-inline > label {
-  margin-right: 12px;
-}
-
 #bootstrap-theme.api4-explorer-page .explorer-help-panel .panel-body {
   word-break: break-word;
 }
   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;
 }
 
   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 +199,14 @@ 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;