Navigation Menu

Skip to content

Commit

Permalink
Remove left indent on child containers for active profile view
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 8, 2013
1 parent 45bbe6e commit 73ce748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hawtio-web/src/main/webapp/css/site-base.css
Expand Up @@ -1865,6 +1865,10 @@ dd.file-list {
background: inherit;
}

.active-profile-list .expandable .expandable-body ul li .child-container {
margin-left: 0;
}

.active-profile-expander {
position: absolute;
left: 0;
Expand Down

0 comments on commit 73ce748

Please sign in to comment.