diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsMngDetail.jsp index 06b0f4d0..8476d0ea 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsMngDetail.jsp @@ -88,24 +88,20 @@ 교육부문 -
+
-
-
-
- - 이미지를 넣어주세요 - - - 사진?atchFileId=' /> - - -
- -
-
+
+ + 이미지를 넣어주세요 + + + 사진?atchFileId=' /> + + +
+
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorRoleManage.jsp b/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorRoleManage.jsp index 88b3ae46..a1d00fde 100644 --- a/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorRoleManage.jsp +++ b/src/main/webapp/WEB-INF/jsp/sec/ram/EgovAuthorRoleManage.jsp @@ -215,7 +215,7 @@ function fncSelectRole(roleCode) { - diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageInsert.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageInsert.jsp index b4742723..8fe0db19 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageInsert.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageInsert.jsp @@ -227,7 +227,7 @@ String.prototype.replaceAll = function(src, repl){ 콘텐츠 이름 - + diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index 22017d25..cbaeeff7 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -67,7 +67,7 @@ .btn_type01:hover{background-color: #faf5f2;} .btn_type02{ background-color: #999; color: #fff; } .btn_type02:hover{background-color: #888;} -.btn_type03{border: 1px solid #888; background-color: #fff; color: #888;} +.btn_type03{border: 1px solid #888; background-color: #fff; color: #888; border-radius: 5px;} .btn_type03:hover{background-color: #f5f5f5;} .btn_type04{background-color: #3a72db; color: #fff; border-radius: 5px;} .btn_type04:hover{background-color: #1854c3;} diff --git a/src/main/webapp/visitEdu/adm/publish/css/content_sub.css b/src/main/webapp/visitEdu/adm/publish/css/content_sub.css index 7fc6ba1a..8cae4506 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content_sub.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content_sub.css @@ -108,3 +108,6 @@ /*관리자관리 > 대국민관리(외부개발자용) > 사용자관리 > 사용자수정 버튼 스타일*/ .in_bt{border: none; letter-spacing: -0.8px; padding: 0 25px; height: 45px;} + +/*권한관리 > 권한별롤관리 > 등록여부 select 박스*/ +.tbType01 tbody td .sel_box{background-image: url(/offedu/visitEdu/adm/publish/image/content/select.png);}