* finish task #2690.

This commit is contained in:
chenfeiCF
2016-11-16 10:17:32 +08:00
parent f605f772c9
commit dd4e5d63f3
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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}
+2 -2
View File
@@ -81,8 +81,8 @@
echo "<div class='col-table'>" . html::input("modules[]", '', "class='form-control' placeholder='{$lang->tree->name}'") . '</div>';
if($hasBranch) echo '<div class="col-table">' . html::select("branch[]", $branches, $branch, 'class="form-control"') . '</div>';
echo "<div class='col-table' style='width:120px'><div class='input-group'>" . html::input("shorts[]", '', "class='form-control' placeholder='{$lang->tree->short}'");
echo "<span class='input-group-addon fix-border'><a href='javascript:;' onclick='addItem(this)'><i class='icon icon-plus'></i></a></span>";
echo "<span class='input-group-addon'><a href='javascript:;' onclick='deleteItem(this)'><i class='icon icon-remove'></i></a></span>";
echo "<span class='input-group-btn'><a href='javascript:;' onclick='addItem(this)' class='btn btn-block'><i class='icon-plus'></i></a></span>";
echo "<span class='input-group-btn'><a href='javascript:;' onclick='deleteItem(this)' class='btn btn-block'><i class='icon-remove'></i></a></span>";
echo '</div></div>';
echo '</div>';
}