mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fixes thin line in ie
This commit is contained in:
parent
f04e836c66
commit
e81fb6c730
1 changed files with 32 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<![endif]-->
|
||||
<link type="text/css" href="/css/jquery-custom-dialogs.css" rel="stylesheet" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue