* Fix bug #13944.
This commit is contained in:
@@ -26,6 +26,7 @@ td.c-actions {overflow: visible;}
|
||||
#cards .project-infos > span {display: inline-block; line-height: 12px; border: 1px solid #E4E9F7;}
|
||||
#cards .project-infos > span > .icon {font-size: 12px; display: inline-block; position: relative; top: -1px}
|
||||
#cards .project-infos > span + span {margin-left: 15px;}
|
||||
#cards .project-infos > .budget {max-width: 75px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
|
||||
#cards .project-detail {position: absolute; top: 75px; left: 16px; right: 16px; font-size: 12px;}
|
||||
#cards .project-footer {position: absolute; bottom: 5px;}
|
||||
#cards .pager {margin: 0; float: right;}
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
$project->end = $project->end == LONG_TIME ? $this->lang->project->longTime : $project->end;
|
||||
$project->date = str_replace('-', '.', $project->begin) . ' - ' . str_replace('-', '.', $project->end);
|
||||
?>
|
||||
<span title="<?php echo $budgetTitle;?>" class='label label-outline'><?php echo $budgetTitle;?></span>
|
||||
<span title="<?php echo $budgetTitle;?>" class='label label-outline budget'><?php echo $budgetTitle;?></span>
|
||||
<span title="<?php echo $project->date;?>" class="label label-outline <?php echo $status == 'delay' ? 'text-red' : '';?>"><?php echo $project->date;?></span>
|
||||
</div>
|
||||
<div class='project-detail'>
|
||||
|
||||
Reference in New Issue
Block a user