* Optimize the style of maintaining multi-tasking teams.

This commit is contained in:
tianshujie
2022-10-26 10:11:44 +08:00
committed by caoyanyi
parent 6daba3ba7e
commit 33d30c2df4
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -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;}
+2 -1
View File
@@ -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';?>