diff --git a/module/common/model.php b/module/common/model.php
index d084d58ff9..1cb10e85df 100644
--- a/module/common/model.php
+++ b/module/common/model.php
@@ -555,7 +555,7 @@ class commonModel extends model
if($key == 5) continue;
echo '
' . html::a(helper::createLink('project', 'task', 'projectID=' . $project->id, '', false, $project->parent), $project->name, '', "style='padding: 2px 8px 2px 8px;' class='text-ellipsis' title='$project->name'") . '';
}
- if(count($recentProjects) > 5) echo '' . $lang->more . '';
+ if(count($recentProjects) > 5) echo '' . $lang->more . '';
}
echo "\n";
diff --git a/www/theme/default/style.css b/www/theme/default/style.css
index b94bbfbeea..3c9b0312e8 100644
--- a/www/theme/default/style.css
+++ b/www/theme/default/style.css
@@ -51,5 +51,6 @@ a.showMoreImage:hover {opacity: 1;}
#mainMenu .pull-right > .btn-group > .btn-icon:hover {background: #fff;}
#mainRecent {padding: 8px; line-height: 20px; cursor: pointer; color: #fff; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -khtml-user-select: none; user-select:none;}
+#loadMore {cursor:pointer;}
#morePRJ {display:none; max-height: 420px; position: fixed; bottom: 0; left: 100px; z-index: 999; background: white; padding: 20px 10px; height: 420px; margin-bottom: 40px; border: 1px solid #efefef}
#morePRJ > .list-group {height: 380px; min-width: 150px; max-width:200px;}