diff --git a/application/views/header.php b/application/views/header.php
index 31e2c57..51bfdad 100644
--- a/application/views/header.php
+++ b/application/views/header.php
@@ -57,7 +57,7 @@
$active_project = $this->project->getById($this->input->get('active_project'));
?>
- =_('Project');?> =$active_project['name'];?>
+ =_('Project');?> =$active_project['name'];?>
- =_('Overview');?>
- =_('New trial');?>
diff --git a/assets/css/style.css b/assets/css/style.css
index 35a7965..da2a106 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -178,6 +178,9 @@ div.error {
}
.navigation ul li a {
+ background: url(../images/icons/chevron-small.png) -2px center no-repeat;
+ padding-left: 16px;
+ margin-left: -7px;
color: #666;
height: 100%;
width: 100%;
@@ -189,6 +192,7 @@ div.error {
}
.navigation ul li.active a {
+ background: url(../images/icons/chevron-small-expand.png) -2px center no-repeat;
color: #fff;
}
@@ -205,6 +209,9 @@ div.error {
}
.navigation ul li ul li a {
+ background: none;
+ padding: 0;
+ margin: 0;
color: #0088cc;
}
@@ -310,7 +317,6 @@ div.error {
background: #fff;
border: 1px solid #e8e8e8;
padding: 15px;
- height: 12px;
clear: both;
}