* add fixed style to my module.

This commit is contained in:
xia0ta0
2014-06-23 10:17:57 +08:00
parent bd2feb579a
commit f30cfb9a70
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<?php echo html::a($this->createLink('my', 'bug'), $lang->more . "&nbsp;<i class='icon icon-double-angle-right'></i>");?>
</div>
</div>
<table class='table table-condensed table-hover table-striped table-borderless'>
<table class='table table-condensed table-hover table-striped table-borderless table-fixed'>
<?php
foreach($bugs as $bugID => $bugTitle)
{
+1 -1
View File
@@ -5,7 +5,7 @@
<?php echo html::a($this->createLink('my', 'task'), $lang->more . " <i class='icon icon-double-angle-right'></i>");?>
</div>
</div>
<table class='table table-condensed table-hover table-striped table-borderless'>
<table class='table table-condensed table-hover table-striped table-borderless table-fixed'>
<?php
foreach($tasks as $task)
{
+1 -1
View File
@@ -5,7 +5,7 @@
<?php echo html::a($this->createLink('my', 'todo'), $lang->more . " <i class='icon icon-double-angle-right'></i>");?>
</div>
</div>
<table class='table table-condensed table-hover table-striped table-borderless'>
<table class='table table-condensed table-hover table-striped table-borderless table-fixed'>
<?php
foreach($todos as $todo)
{