API Explorer - Fix jumpy select boxes
authorColeman Watts <coleman@civicrm.org>
Fri, 31 Jul 2015 21:34:56 +0000 (17:34 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 31 Jul 2015 21:34:56 +0000 (17:34 -0400)
templates/CRM/Admin/Page/APIExplorer.tpl

index ed6ac69fc4d5945347d72d3bf094791a479226fc..03229c9ea177aac2418b664158e0c20b77df6b85 100644 (file)
   #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;