Use fugue icons in dashboard and adjust font-size to fit new icon height
This commit is contained in:
@@ -37,12 +37,12 @@ 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'),
|
||||
),
|
||||
|
||||
@@ -682,5 +682,5 @@ html ul.tabs li.active a:hover {
|
||||
}
|
||||
|
||||
#dashboard a.button strong {
|
||||
font-size: 2.5em;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user