fixes thin line in ie

This commit is contained in:
Serghey Rodin 2013-01-18 15:55:46 +02:00
commit e81fb6c730

View file

@ -124,6 +124,7 @@
} }
.nav-selected-block:hover { .nav-selected-block:hover {
height:103px;
border-bottom: 4px solid #f79b44; border-bottom: 4px solid #f79b44;
} }
@ -702,6 +703,37 @@
width: 996px; 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;
}
</style> </style>
<![endif]--> <![endif]-->
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" /> <link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />