* change the width of the action column.

This commit is contained in:
wangchunsheng
2010-01-01 15:16:25 +00:00
parent 3a22580759
commit 40b68da6bb
3 changed files with 8 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ $(document).ready(function()
<th><?php common::printOrderLink('openedBy', $orderBy, $vars, $lang->story->openedBy);?></th>
<th><?php common::printOrderLink('estimate', $orderBy, $vars, $lang->story->estimate);?></th>
<th><?php common::printOrderLink('status', $orderBy, $vars, $lang->story->status);?></th>
<th class='w-p15'><?php echo $lang->action;?></th>
<th class='w-150px'><?php echo $lang->action;?></th>
</tr>
</thead>
<tbody>

View File

@@ -47,7 +47,7 @@
<th><?php common::printOrderLink('type', $orderBy, $vars, $lang->task->type);?></th>
<th><?php common::printOrderLink('status', $orderBy, $vars, $lang->task->status);?></th>
<th class='w-p30'><?php common::printOrderLink('story', $orderBy, $vars, $lang->task->story);?></th>
<th><?php echo $lang->action;?></th>
<th class='w-100px'><?php echo $lang->action;?></th>
</tr>
</thead>
<tbody>

View File

@@ -113,6 +113,12 @@ caption {border:1px solid #e4e4e4; background:#efefef; margin:0; padding:5
.w-p85 {width: 85%}
.w-p90 {width: 90%}
.w-20px {width:20px}
.w-50px {width:50px}
.w-100px {width:100px}
.w-150px {width:150px}
.w-200px {width:200px}
.margin-10px {margin: 10px}
.padding-10px{padding: 10px}