Skip to content

Commit

Permalink
UX: clean up box category styling
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Feb 25, 2015
1 parent b760d22 commit 8248abf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/common/components/badges.css.scss
Expand Up @@ -139,6 +139,14 @@ header .title-wrapper .bar .badge-category {
}
}

.category-breadcrumb .box > a.badge-category {
margin-bottom: 0;
height: 24px;
// TODO clean this up
padding-top: 6px !important;
padding-bottom: 0 !important;
}

.category-dropdown-menu .cat .badge-wrapper.box {
width: 110%;
}
Expand Down

0 comments on commit 8248abf

Please sign in to comment.