Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Attach the jmx tree header to the main nav so there's no gap
  • Loading branch information
gashcrumb committed Nov 13, 2013
1 parent 89a6f22 commit 1434d56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -141,6 +141,18 @@ body div div ul.nav {
margin-bottom: 5px;
border-bottom: none;
}

#tree-ctrl {
position: relative;
top: -3px;
}

#tree-ctrl > li > a {
display: block;
padding-left: 5px;
padding-right: 5px;
}

ul.dynatree-container {
background: inherit;
}
Expand Down
4 changes: 4 additions & 0 deletions hawtio-web/src/main/webapp/css/site-branding.css
Expand Up @@ -29,6 +29,10 @@ a:hover {
text-decoration: underline;
}

#tree-ctrl {
top: 0px;
}

#main-nav .main-nav-upper .nav {
max-height: 25px !important;
}
Expand Down

0 comments on commit 1434d56

Please sign in to comment.