From e81fb6c7307a777644ccaaf4dd15c5ac51b84ebc Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 18 Jan 2013 15:55:46 +0200 Subject: [PATCH] fixes thin line in ie --- web/templates/header.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/web/templates/header.html b/web/templates/header.html index 85ca86564..47a23a71b 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -124,6 +124,7 @@ } .nav-selected-block:hover { + height:103px; border-bottom: 4px solid #f79b44; } @@ -702,6 +703,37 @@ width: 996px; } + .nav-block { + margin: 0 0px 0 0; + height:105px; + width: 118px; + float:left; + cursor: pointer; + border-bottom: 2px solid #d6d6d6; + } + + .nav-block:hover { + height:105px; + border-bottom: 4px solid #f79b44; + } + + .nav-selected-block { + margin: 0; + color: #174f82; + height: 105px; + width: 118px; + float: left; + background: #fff; + border-bottom: 4px solid #777; + cursor: pointer; + } + + .nav-selected-block:hover { + height:105px; + border-bottom: 4px solid #f79b44; + } + +