From bdee8570bae59154fe5dd483f64cb19f124b61b5 Mon Sep 17 00:00:00 2001
From: Kaoru FUZITA <kaorufuzita@gmail.com>
Date: Sat, 31 Oct 2015 01:38:45 +0900
Subject: [PATCH] remove iframe border

---
 src/main/webapp/WEB-INF/view/admin/system/index.jsp | 2 +-
 src/main/webapp/css/admin/style.css                 | 7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/WEB-INF/view/admin/system/index.jsp b/src/main/webapp/WEB-INF/view/admin/system/index.jsp
index 62628a8be..4738e8055 100644
--- a/src/main/webapp/WEB-INF/view/admin/system/index.jsp
+++ b/src/main/webapp/WEB-INF/view/admin/system/index.jsp
@@ -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>
diff --git a/src/main/webapp/css/admin/style.css b/src/main/webapp/css/admin/style.css
index 1300f77c4..f9ae25207 100644
--- a/src/main/webapp/css/admin/style.css
+++ b/src/main/webapp/css/admin/style.css
@@ -14,6 +14,11 @@
 	font-size: 13px;
 }
 
-button > i {
+button>i {
 	margin-right: 0.2em;
+}
+
+.content-wrapper iframe {
+	border: 0;
+	width: 100%;
 }
\ No newline at end of file
-- 
GitLab