Skip to content

Commit

Permalink
move titlePane background-color to dijitTitlePane so there is no gap …
Browse files Browse the repository at this point in the history
…at the bottom.
  • Loading branch information
tmcgee committed Apr 2, 2016
1 parent 81f653e commit 8e78bfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions viewer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ body, html {
margin-bottom: 2px;
-webkit-border-radius: 4px;
border-radius: 4px;
background-color: #FFFFFF;
}
.dbootstrap .dijitTitlePaneTitle {
color: #666666 !important;
Expand All @@ -229,9 +230,6 @@ body, html {
.dijitSliderBarContainerH {
z-index: 0 !important;
}
.dbootstrap .dijitTitlePaneContentInner {
background-color: #FFFFFF;
}
.dijitBorderContainerNoGutterPane {
z-index: auto;
}
Expand Down

0 comments on commit 8e78bfb

Please sign in to comment.