diff --git a/module/my/css/index.css b/module/my/css/index.css
index 5d39a38314..ad380a89e1 100644
--- a/module/my/css/index.css
+++ b/module/my/css/index.css
@@ -8,4 +8,7 @@
#row1 .table-1, #row1 caption{border:none}
#row2 .table-1, #row2 caption{border:none}
-caption .f-left {padding-left:0px}
\ No newline at end of file
+caption{line-height: 20px;padding-bottom: 8px;}
+caption .f-left {padding-left:0px}
+
+.outer th i[class^="icon-"], .outer th i[class*=" icon-"]{font-size: 16px;}
\ No newline at end of file
diff --git a/module/my/view/blockbugs.html.php b/module/my/view/blockbugs.html.php
index 74df408c7a..4bfa87c3e9 100644
--- a/module/my/view/blockbugs.html.php
+++ b/module/my/view/blockbugs.html.php
@@ -1,7 +1,7 @@
- my->bug;?>
+ my->bug;?>
createLink('my', 'bug'), $lang->more . " ");?>
- my->home->latest;?>
+ my->home->latest;?>
more . " ");?>
- my->home->products;?>
+ my->home->products;?>
@@ -16,7 +16,7 @@
- product->name;?> |
+ product->name;?> |
story->statusList['active'];?> |
story->statusList['changed'];?> |
story->statusList['draft'];?> |
diff --git a/module/my/view/blockprojects.html.php b/module/my/view/blockprojects.html.php
index 01da6f4ca8..2ec3e67e57 100644
--- a/module/my/view/blockprojects.html.php
+++ b/module/my/view/blockprojects.html.php
@@ -1,7 +1,7 @@
- my->home->projects;?>
+ my->home->projects;?>
@@ -16,7 +16,7 @@
- project->name;?> |
+ project->name;?> |
project->end;?> |
statusAB;?> |
project->totalEstimate;?> |
diff --git a/module/my/view/blocktasks.html.php b/module/my/view/blocktasks.html.php
index affdf6f371..a48224faae 100644
--- a/module/my/view/blocktasks.html.php
+++ b/module/my/view/blocktasks.html.php
@@ -1,7 +1,7 @@
- my->task;?>
+ my->task;?>
createLink('my', 'task'), $lang->more . " ");?>
- my->todo;?>
+ my->todo;?>
createLink('my', 'todo'), $lang->more . " ");?>
| |