fixed 1px gap on selected/hovered item in main navigation (issue #28), removed unused elements from main menu (previous plus-control, which has been hidden)

This commit is contained in:
larsz 2012-01-15 18:52:14 +02:00
commit a0b61f6d0e
3 changed files with 33 additions and 31 deletions

View file

@ -3,7 +3,7 @@ Title : Vesta
Author : Eugen Lobicov, eugen.lobicov@gmail.com
created : November 27, 2009
last updated : January 12, 2012
last updated : January 15, 2012
- - - - - - - - - - - - - - - - - - */
html{
@ -266,6 +266,7 @@ input::-moz-focus-inner{
float:left;
margin-right:4px;
}
/*
.section .section-title .add-entry{
position:relative;
top:2px;
@ -282,17 +283,20 @@ input::-moz-focus-inner{
background-position:-14px 0;
cursor:pointer;
}
*/
.section .section-devider{
position:absolute;
left:0;
bottom:0;
z-index:10;
/*background:url(../images/section-status-sprite-5.gif) no-repeat -420px 115px; */
display:block;
width:100%;
height:3px;
background:url(../images/section-status-sprite-6.png) no-repeat -420px 100%;
/*background:url(../images/section-status-sprite-5.gif) no-repeat -420px 115px; */
/*background:url(../images/section-status-sprite-6.png) no-repeat -420px 100%;*/
background:url(../images/section-status-sprite-7.png) no-repeat -136px 100%;
}
.dnstpl-nav-item .section-title{
@ -319,7 +323,9 @@ input::-moz-focus-inner{
cursor:pointer;
}
.primary-nav .active .section-devider{
background-position:-283px 100%;
/*background-position:-283px 100%;*/
background-position:-276px 100%;
height:6px;
bottom:-3px;
}
@ -597,6 +603,9 @@ input::-moz-focus-inner{
cursor:pointer;
white-space:nowrap;
}
.checkbox-selector:hover .checkbox{
background-position:0 -90px;
}
.checkbox-selector .selector-title:hover{
color:#2ea8bd;
}