remove iframe border

This commit is contained in:
Kaoru FUZITA 2015-10-31 01:38:45 +09:00
parent 3d44d6616d
commit bdee8570ba
2 changed files with 7 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</jsp:include>
<div id="content" class="content-wrapper">
<iframe id="contentFrame" src="<%=request.getContextPath()%>/admin/server/_plugin/kopf/" width="100%" height="400" seamless></iframe>
<iframe id="contentFrame" src="<%=request.getContextPath()%>/admin/server/_plugin/kopf/" seamless></iframe>
</div>
<jsp:include page="/WEB-INF/view/common/admin/footer.jsp"></jsp:include>

View file

@ -14,6 +14,11 @@
font-size: 13px;
}
button > i {
button>i {
margin-right: 0.2em;
}
.content-wrapper iframe {
border: 0;
width: 100%;
}