Skip to content

Commit e81fb6c

Browse files
committed
fixes thin line in ie
1 parent f04e836 commit e81fb6c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

web/templates/header.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
}
125125

126126
.nav-selected-block:hover {
127+
height:103px;
127128
border-bottom: 4px solid #f79b44;
128129
}
129130

@@ -702,6 +703,37 @@
702703
width: 996px;
703704
}
704705
706+
.nav-block {
707+
margin: 0 0px 0 0;
708+
height:105px;
709+
width: 118px;
710+
float:left;
711+
cursor: pointer;
712+
border-bottom: 2px solid #d6d6d6;
713+
}
714+
715+
.nav-block:hover {
716+
height:105px;
717+
border-bottom: 4px solid #f79b44;
718+
}
719+
720+
.nav-selected-block {
721+
margin: 0;
722+
color: #174f82;
723+
height: 105px;
724+
width: 118px;
725+
float: left;
726+
background: #fff;
727+
border-bottom: 4px solid #777;
728+
cursor: pointer;
729+
}
730+
731+
.nav-selected-block:hover {
732+
height:105px;
733+
border-bottom: 4px solid #f79b44;
734+
}
735+
736+
705737
</style>
706738
<![endif]-->
707739
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />

0 commit comments

Comments
 (0)