Skip to content

Commit

Permalink
Fixed style issues with surveillance-box.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Mar 5, 2015
1 parent 64c6b8d commit af92ba9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -592,4 +592,8 @@ $header-background-image: url("images/headerbg.png") !default;
color: #366903;
cursor: pointer;
opacity: 1.0;
}

.v-ui {
background: #eeeeee;
}
2 changes: 1 addition & 1 deletion opennms-webapp/src/main/webapp/surveillance-box.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@
%>


<iframe src="osgi/vaadin-surveillance-views?dashboard=false<%= viewName %>" frameborder="0" style="height:100%; width:100%;"></iframe>
<iframe src="osgi/vaadin-surveillance-views?dashboard=false<%= viewName %>" frameborder="0" style="min-height:100%; min-width:100%;"></iframe>

0 comments on commit af92ba9

Please sign in to comment.