category nav style

This commit is contained in:
Kris Aubuchon 2013-10-28 17:37:31 -04:00
parent 5d19e66470
commit 0d0a2cb947
1 changed files with 22 additions and 4 deletions

View File

@ -19,6 +19,24 @@
font-size: 16px; font-size: 16px;
font-weight: normal; font-weight: normal;
} }
a.badge-category {padding: 3px 12px; font-size: 16px;
&.category-dropdown-button { padding: 3px 10px 3px 8px;
font-size: 14px;
}
}
.badge-category {
font-weight: normal;
text-transform: capitalize;
&.home {padding: 3px 12px;}
}
} }
#category-filter { #category-filter {
@ -353,7 +371,6 @@
float: left; float: left;
} }
.category-dropdown-button { .category-dropdown-button {
padding: 4px 10px 3px 8px;
border-left: 1px solid rgba(0, 0, 0, 0.15); border-left: 1px solid rgba(0, 0, 0, 0.15);
font-size: 16px; font-size: 16px;
width: 10px; width: 10px;
@ -421,19 +438,20 @@ ol.category-breadcrumb {
position: absolute; position: absolute;
border: 1px solid #ccc; border: 1px solid #ccc;
background-color: white; background-color: white;
width: 200px; max-width: 300px;
min-width: 140px;
height: 200px; height: 200px;
padding: 8px 5px 0 7px; padding: 8px 5px 0 7px;
z-index: 100; z-index: 100;
margin-top: 31px; margin-top: 30px;
.badge-category { .badge-category {
font-size: 13px; font-size: 13px;
line-height: 26px; line-height: 26px;
padding: 0px 8px;
float: none; float: none;
} }
div { div {
margin-bottom: 10px; margin-bottom: 10px;
} }