layered nav image #3294

This commit is contained in:
James Koster 2013-08-20 11:21:55 +01:00
parent 2e6aaa9ede
commit 92c10b704f
3 changed files with 25 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,6 +18,16 @@
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WooCommerce';
src:url('../fonts/WooCommerce.eot');
src:url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
url('../fonts/WooCommerce.woff') format('woff'),
url('../fonts/WooCommerce.ttf') format('truetype'),
url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
font-weight: normal;
font-style: normal;
}
/* =Global styles/layout
-------------------------------------------------------------- */
@ -1515,12 +1525,17 @@ p.demo_store {
}
li.chosen {
a {
padding: 0 6px 0 18px;
padding:0 6px;
text-decoration: none;
border: 1px solid @tertiary;
background: @tertiary url(../images/cross_white.png) no-repeat 6px center;
background: @tertiary;
.inset_box_shadow(0, 1px, 1px, rgba(255,255,255,0.5));
color: @tertiarytext;
.border_radius(3px);
&:before {
.iconbefore;
content: "\e013";
}
}
}
small.count {
@ -1546,13 +1561,18 @@ p.demo_store {
padding: 0 1px 1px 0;
list-style:none;
a {
padding: 0 6px 0 18px;
padding:0 6px;
text-decoration: none;
border: 1px solid @tertiary;
background: @tertiary url(../images/cross_white.png) no-repeat 6px center;
background: @tertiary;
.inset_box_shadow(0, 1px, 1px, rgba(255,255,255,0.5));
color: @tertiarytext;
.border_radius(3px);
float: left;
&:before {
.iconbefore;
content: "\e013";
}
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 B