* Adjust code
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#projectList .c-actions {overflow: visible;}
|
||||
#projectTableList > tr:last-child .c-actions .dropdown-menu {top: auto; bottom: 100%; margin-bottom: -5px;}
|
||||
|
||||
.c-budget {width: 100px;}
|
||||
.c-date {width: 80px;}
|
||||
.c-budget {width: 80px;}
|
||||
.label-warning, .label-info {width: 60px !important;}
|
||||
.project-type-label.label-outline {width: 50px; min-width: 50px;}
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
.c-begin {width: 120px;}
|
||||
.c-end {width: 100px;}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<th class='c-status'><?php common::printOrderLink('status', $orderBy, $vars, $lang->project->status);?></th>
|
||||
<?php endif;?>
|
||||
<th class='c-date c-begin'><?php common::printOrderLink('begin', $orderBy, $vars, $lang->project->begin);?></th>
|
||||
<th class='c-date'><?php common::printOrderLink('end', $orderBy, $vars, $lang->project->end);?></th>
|
||||
<th class='c-date c-end'><?php common::printOrderLink('end', $orderBy, $vars, $lang->project->end);?></th>
|
||||
<th class='text-right c-budget'><?php common::printOrderLink('budget', $orderBy, $vars, $lang->project->budget);?></th>
|
||||
<th class='c-user'><?php common::printOrderLink('PM', $orderBy, $vars, $lang->project->PM);?></th>
|
||||
<th class='text-center c-actions-6'><?php echo $lang->actions;?></th>
|
||||
|
||||
Reference in New Issue
Block a user