* fix style for project/managemembers view.

This commit is contained in:
Catouse
2016-12-05 09:28:18 +08:00
parent 4c5f7679ce
commit 79ebafe91d
2 changed files with 9 additions and 5 deletions

View File

@@ -10,6 +10,8 @@
#titlebar > .heading > .icon {display: inline;}
#importTeams {float: left; position: relative; top: -7px}
#importTeams .input-group {width: 250px; float: left;}
#importTeams .input-group +.input-group {margin-left: 5px;}
#dept_chosen .chosen-single{width: 220px;}
#project_chosen .chosen-single{width: 220px;}

View File

@@ -19,15 +19,17 @@
<strong><?php echo $lang->project->manageMembers;?></strong>
<i class='icon icon-angle-right text-muted'></i>
</div>
<div id='importTeams'>
<div id='importTeams' class='clearfix'>
<div class='input-group'>
<span class='input-group-addon'><?php echo $lang->project->selectDept?></span>
<?php echo html::select('dept', $depts, $dept, "class='form-control chosen' onchange='setDeptUsers(this)' data-placeholder='{$lang->project->selectDeptTitle}'");?>
<?php if(count($teams2Import) != 1):?>
<span class='input-group-addon fix-border'><?php echo $lang->project->copyTeam?></span>
<?php echo html::select('project', $teams2Import, $team2Import, "class='form-control chosen' onchange='choseTeam2Copy(this)' data-placeholder='{$lang->project->copyTeamTitle}'");?>
<?php endif;?>
</div>
<?php if(count($teams2Import) != 1):?>
<div class='input-group'>
<span class='input-group-addon'><?php echo $lang->project->copyTeam?></span>
<?php echo html::select('project', $teams2Import, $team2Import, "class='form-control chosen' onchange='choseTeam2Copy(this)' data-placeholder='{$lang->project->copyTeamTitle}'");?>
</div>
<?php endif;?>
</div>
</div>
<div class='main'>