From dd4e5d63f3148dfaa04c24899a52caca7d86eb76 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Wed, 16 Nov 2016 10:17:32 +0800 Subject: [PATCH] * finish task #2690. --- module/tree/css/common.css | 1 + module/tree/view/browse.html.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/tree/css/common.css b/module/tree/css/common.css index aa7f4a4e22..af31ec9c9c 100644 --- a/module/tree/css/common.css +++ b/module/tree/css/common.css @@ -4,6 +4,7 @@ .outer .row .col-md-8 .table-form {max-width: 600px} #sonModule {max-width: 400px} +#sonModule .row-table .input-group input {border-right: none} #moduleBox span > .form-control {margin-bottom: 5px;} .w-260px {width: 260px!important} diff --git a/module/tree/view/browse.html.php b/module/tree/view/browse.html.php index b1c024d8b0..f0ed70b033 100644 --- a/module/tree/view/browse.html.php +++ b/module/tree/view/browse.html.php @@ -81,8 +81,8 @@ echo "
" . html::input("modules[]", '', "class='form-control' placeholder='{$lang->tree->name}'") . '
'; if($hasBranch) echo '
' . html::select("branch[]", $branches, $branch, 'class="form-control"') . '
'; echo "
" . html::input("shorts[]", '', "class='form-control' placeholder='{$lang->tree->short}'"); - echo ""; - echo ""; + echo ""; + echo ""; echo '
'; echo ''; }