* Optimize the style of maintaining multi-tasking teams.
This commit is contained in:
@@ -31,5 +31,4 @@
|
||||
#modalTeam .modal-dialog {min-height: 120px; width: 520px; color: #3c4353;}
|
||||
#taskTeamEditor .hourBox {padding-bottom: 7px; width: 135px;}
|
||||
#taskTeamEditor .estimateBox {width: 120px;}
|
||||
#taskTeamEditor td.sort-handler {padding-bottom: 12px;}
|
||||
#modalTeam .modal-content {padding: 0;}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#taskTeamEditor .estimateBox span {background-color: #fff;}
|
||||
#taskTeamEditor .estimateBox input {background-color: #fff; border-right-width: 0px;}
|
||||
#taskTeamEditor input, #taskTeamEditor span, #taskTeamEditor .chosen-container > a {border-color: #eee;}
|
||||
#taskTeamEditor td.sort-handler {padding-bottom: 12px;}
|
||||
</style>
|
||||
<?php if($app->rawMethod != 'create'):?>
|
||||
<style>
|
||||
@@ -12,7 +13,7 @@
|
||||
<?php endif;?>
|
||||
<?php if($app->rawMethod == 'assignto'):?>
|
||||
<style>
|
||||
#taskTeamEditor td.sort-handler {width: 70px !important; padding-bottom: 12px;}
|
||||
#taskTeamEditor td.sort-handler {width: 70px !important;}
|
||||
</style>
|
||||
<?php endif;?>
|
||||
<?php $hiddenArrow = (empty($task->mode) or $task->mode == 'linear') ? '' : 'hidden';?>
|
||||
|
||||
Reference in New Issue
Block a user