Merge pull request #87 from ivancasasempere/patch-1
[*] Modules : blocktopmenu css improvement
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/*** ESSENTIAL STYLES ***/
|
||||
.sf-contener {
|
||||
clear: both;
|
||||
@@ -15,15 +14,9 @@
|
||||
}
|
||||
.sf-menu {
|
||||
margin: 10px 0;
|
||||
padding:0 5px;
|
||||
width:970px;/* 980 */
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
background: transparent url(../img/bg_blocktopmenu.png) repeat-x 0 0;
|
||||
-moz-box-shadow: 0px 1px 2px #c6c6c6;
|
||||
-webkit-box-shadow: 0px 1px 2px #c6c6c6;
|
||||
box-shadow: 0px 1px 2px #c6c6c6;
|
||||
padding:0;
|
||||
width:980px;/* 980 */
|
||||
background: #383838;
|
||||
}
|
||||
.sf-menu ul {
|
||||
position: absolute;
|
||||
@@ -39,7 +32,7 @@
|
||||
.sf-menu li {
|
||||
float: left;
|
||||
position: relative;
|
||||
background: transparent url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0;
|
||||
border-right: 1px solid #777;
|
||||
}
|
||||
.sf-menu a {
|
||||
display: block;
|
||||
@@ -97,7 +90,7 @@ ul.sf-menu li li li.sfHover ul {
|
||||
background: rgba(113, 113, 113, 0.9);
|
||||
}
|
||||
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
|
||||
background: transparent url(../img/bg_blocktopmenu_li_hover.png) repeat-x 0 0;
|
||||
background: #4E4E4E;
|
||||
}
|
||||
.sf-menu ul li:hover, .sf-menu ul li.sfHover,
|
||||
.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
|
||||
@@ -166,8 +159,9 @@ li.sf-search input {
|
||||
-moz-border-radius: 0 5px 5px 0;
|
||||
padding: 3px 0;
|
||||
padding-left: 20px;
|
||||
margin-top: 4px;
|
||||
background: #fff url(../img/search.gif) no-repeat left center;
|
||||
margin: 6px 6px 0 0;
|
||||
background: #fff url('../img/search.gif') no-repeat left center;
|
||||
border:1px solid #777
|
||||
}
|
||||
|
||||
/* hack IE7 */
|
||||
@@ -175,4 +169,4 @@ li.sf-search input {
|
||||
.sf-menu li li {
|
||||
width:200px;
|
||||
background:#726f72 !IE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user