Skip to content

Commit

Permalink
Fix branding tab layout
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Aug 26, 2013
1 parent e229121 commit bdd9137
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hawtio-web/src/main/webapp/css/site-branding.css
Expand Up @@ -510,3 +510,15 @@ li[ng-repeat='link in breadcrumbs'].active:after {
content: '';
}

.tabbable .nav-tabs {
min-height: inherit !important;
max-height: inherit !important;
}

.tabbable li a {
background-color: inherit !important;
}

.tabbable li.active a {
border-bottom: 0 !important;
}

0 comments on commit bdd9137

Please sign in to comment.