Skip to content

Commit

Permalink
[2441] Fix display of the active facets on the search page
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed May 28, 2012
1 parent 8c636a1 commit 5f72850
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions ckan/public/base/less/nav.less
Expand Up @@ -21,11 +21,11 @@
font-weight: bold;
position: relative;
left: 4px;
margin-left: 0;
margin-right: 7px;
margin-left: -25px;
margin-right: -20px;
padding-left: 10px;
padding-right: 0px;
padding: 1px (@gutter-x - 7);
padding: 1px (@gutter-x - 3);
}

.secondary .nav-simple > li > a {
Expand All @@ -34,6 +34,12 @@
position: relative;
}

.secondary .nav-simple > li.active > a {
padding-left: @gutter-small-x - 3;
padding-right: @gutter-small-x - 3;
}


// FACET NAVIGATION

.nav-facet > li > a:hover:after,
Expand All @@ -55,8 +61,3 @@
.ckan-icon-circle-cross;
right: 3px;
}

.nav-facet > li.selected > a {
padding-left: @gutter-small-x - 7;
padding-right: @gutter-small-x - 7;
}

0 comments on commit 5f72850

Please sign in to comment.