diff --git a/application/controllers/dashboard.php b/application/controllers/dashboard.php index c2b113c..cbd2de2 100644 --- a/application/controllers/dashboard.php +++ b/application/controllers/dashboard.php @@ -37,17 +37,17 @@ class Dashboard extends CI_Controller { public function index() { $tpl['action_buttons'] = array( array( - 'icon' => 'tango/folder-new.png', + 'icon' => 'icons-big/folder-new.png', 'text' => _('New project'), 'target' => site_url('projects/create'), ), array( - 'icon' => 'tango/document-open.png', + 'icon' => 'icons-big/blue-folder-open-document.png', 'text' => _('Recent results'), 'target' => site_url('jobs/results'), ), ); - + $tpl['recent_buttons'] = array( array( 'count' => 4, diff --git a/assets/css/style.css b/assets/css/style.css index 1f51c48..e75c226 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -682,5 +682,5 @@ html ul.tabs li.active a:hover { } #dashboard a.button strong { - font-size: 2.5em; + font-size: 24px; }