From: Coleman Watts Date: Fri, 31 Jul 2015 21:34:56 +0000 (-0400) Subject: API Explorer - Fix jumpy select boxes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=67a63bd313bce88f821eaaced132605112320921;p=civicrm-core.git API Explorer - Fix jumpy select boxes --- diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index ed6ac69fc4..03229c9ea1 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -53,11 +53,24 @@ #api-params-table th:first-child, #api-params-table td:first-child { width: 35%; + min-width: 190px; + } + #api-params-table td[colspan] { + width: 100%; } #api-params-table td:first-child + td, - #api-params-table th:first-child + th, + #api-params-table th:first-child + th { + width: 140px; + } + #api-params-table td:first-child + td select { + width: 132px; + } + #api-params-table td:first-child + td + td, + #api-params-table th:first-child + th + th { + width: 65% + } #api-generated td:first-child { - width: 9em; + width: 60px; } #api-params { min-height: 1em; @@ -65,6 +78,9 @@ #api-params .red-icon { margin-top: .5em; } + .api-param-remove { + float: right; + } #mainTabContainer label { display: inline; font-weight: bold;