From 126a565b1d00abea91834f006bb8a77010f1d5cf Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 22 Apr 2014 12:56:17 -0700 Subject: [PATCH] Api Explorer - css tweak --- templates/CRM/Admin/Page/APIExplorer.tpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Admin/Page/APIExplorer.tpl b/templates/CRM/Admin/Page/APIExplorer.tpl index c3a2aa0ad2..e9d5a66aad 100644 --- a/templates/CRM/Admin/Page/APIExplorer.tpl +++ b/templates/CRM/Admin/Page/APIExplorer.tpl @@ -41,8 +41,9 @@ width: 35%; } #api-params-table td:first-child + td, - #api-params-table th:first-child + th { - width: 10em; + #api-params-table th:first-child + th, + #api-generated td:first-child { + width: 9em; } #api-params { min-height: 1em; @@ -50,9 +51,6 @@ #api-params .red-icon { margin-top: .5em; } - #api-generated td:first-child { - width: 10em; - } #api-explorer label { display:inline; font-weight: bold; -- 2.25.1