This commit is contained in:
liuhong
2022-10-28 02:33:59 +00:00
parent 11e0ad5c0b
commit db86c8456d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
.table td {text-align: left;}
.table td {text-align: left; padding: 2px 8px !important;}
+1 -1
View File
@@ -75,7 +75,7 @@
<?php if($i > 0) echo '<tr>';?>
<td>
<?php if(isset($story->parent) and $story->parent > 0):?><span class="label label-badge label-light" title="<?php echo $this->lang->story->children;?>"><?php echo $this->lang->story->childrenAB;?></span><?php endif;?>
<?php echo html::a($this->createLink($module, 'view', "storyID=$storyID"), $story->title, '',"title='$story->title' data-app='$tab'");?>
<?php echo html::a($this->createLink($module, 'view', "storyID=$storyID"), $story->title, '', "title='$story->title' data-app='$tab'");?>
</td>
<td>
<?php foreach($story->tasks as $taskID => $task):?>