diff --git a/web/templates/header.html b/web/templates/header.html
index f85516a41..85ca86564 100644
--- a/web/templates/header.html
+++ b/web/templates/header.html
@@ -81,10 +81,10 @@
.nav-logo {
float:left;
- height:104px;
+ height:105px;
width:161px;
margin: 0 0px 0 0;
- border-bottom: 3px solid #d6d6d6;
+ border-bottom: 2px solid #d6d6d6;
}
.nav-lnk {
@@ -99,31 +99,32 @@
.nav-block {
margin: 0 0px 0 0;
- height:104px;
+ height:105px;
width: 118px;
float:left;
cursor: pointer;
- border-bottom: 3px solid #d6d6d6;
+ border-bottom: 2px solid #d6d6d6;
}
.nav-block:hover {
- border-bottom: 3px solid #f79b44;
+ height:103px;
+ border-bottom: 4px solid #f79b44;
}
.nav-selected-block {
margin: 0;
color: #174f82;
- height: 104px;
+ height: 103px;
width: 118px;
float: left;
background: #fff;
- border-bottom: 3px solid #777;
+ border-bottom: 4px solid #777;
cursor: pointer;
}
.nav-selected-block:hover {
- border-bottom: 3px solid #f79b44;
+ border-bottom: 4px solid #f79b44;
}
.nav-header {