浏览代码

Fixed width of field on pub search form to fit in default bartkik theme

Stephen Ficklin 6 年之前
父节点
当前提交
b53bc47235
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tripal_chado/includes/tripal_chado.pub_search.inc

+ 1 - 0
tripal_chado/includes/tripal_chado.pub_search.inc

@@ -308,6 +308,7 @@ function tripal_chado_pub_search_form($form, &$form_state) {
       '#type'          => 'textfield',
       '#default_value' => $search_terms,
       '#required'      => FALSE,
+      '#size' => 35,
     );
     $form['criteria'][$i]["scope-$i"] = array(
       '#type'          => 'select',