Skip to content

Commit

Permalink
Add background and bottom border to sub-toolbar on log page
Browse files Browse the repository at this point in the history
  • Loading branch information
gashcrumb committed Oct 3, 2013
1 parent 6249c45 commit 27e5326
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion hawtio-web/src/main/webapp/css/site-branding.css
Expand Up @@ -681,7 +681,7 @@ div.wiki-fixed[ng-controller] .row-fluid .span12 .nav.nav-tabs {
border-bottom: 1px solid #cecdcd !important;
position: relative;
top: -8px;
margin-bottom: 0px !important;
margin-bottom: 0 !important;
}

div.wiki-fixed[ng-controller] .row-fluid .span12 .nav.nav-tabs li a {
Expand Down Expand Up @@ -721,3 +721,16 @@ div.wiki-fixed[ng-controller] .row-fluid .span12 .nav.nav-tabs li a {
.fabric-page-header .span4 h2 {
margin-top: 0px;
}

div[ng-controller="Log.LogController"] .logbar {

}

div[ng-controller="Log.LogController"] .logbar .logbar-container {
background: white;
margin :0px;
padding-top: 4px;
padding-bottom: 3px;
border-bottom: 1px solid #cecdcd !important;
}

0 comments on commit 27e5326

Please sign in to comment.