diff --git a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp index d494342a..0695c2e6 100644 --- a/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/cop/bbs/EgovNoticeRegist.jsp @@ -231,7 +231,7 @@ function fn_egov_regist_preview() { - + diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileList.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileList.jsp index 7a419ebb..e96b876e 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileList.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileList.jsp @@ -160,7 +160,7 @@ $(window).load(function() { -
+
diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileModify.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileModify.jsp index 2a9e5833..8a7c8d77 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileModify.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/fms/FmsFileModify.jsp @@ -149,7 +149,7 @@ function fileUploadPopup(){ diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index fda5c5f5..a7130e17 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -26,6 +26,7 @@ $(document).ready(function (){ //웹접근성>알림판 aria 속성 삭제 $(".swiper-slide").removeAttr("aria-label"); + $(".swiper-slide").removeAttr("role"); }); diff --git a/src/main/webapp/visitEdu/adm/publish/css/content.css b/src/main/webapp/visitEdu/adm/publish/css/content.css index ce0821ad..f9f38c18 100644 --- a/src/main/webapp/visitEdu/adm/publish/css/content.css +++ b/src/main/webapp/visitEdu/adm/publish/css/content.css @@ -144,7 +144,7 @@ input[type="text"].input_time {width: 50px;} .time_top p {font-size: 18px; color: #fff; font-weight: 400; align-self: center;} .time_cont{display: flex; justify-content: space-between; align-items: center; padding: 15px 15px 10px 15px;} .time_cont p{padding: 10px 0; font-size: 18px;} -.ampm_select, .hours_select, .min_select{width: 120px; height: 32px; border: 1px solid #d5d5d5; border-radius: 3px; padding-left: 10px; box-sizing: border-box; color: #222; font-size: 16px !important; font-weight: 300; font-size: 16px; background-image: url(../images/content/select.png); background-repeat: no-repeat; background-position: 85% center;} +.ampm_select, .hours_select, .min_select{width: 120px; height: 32px; border: 1px solid #d5d5d5; border-radius: 3px; padding-left: 10px; box-sizing: border-box; color: #222; font-size: 16px !important; font-weight: 300; font-size: 16px; background-image: url(../image/content/select.png); background-repeat: no-repeat; background-position: 85% center;} .ampm_select {width: 70px; letter-spacing: -0.5px;} .time_close{width: auto !important; height: auto !important; padding: 3px 10px; border: 1px solid #dadada; border-radius: 0 !important; margin: 0 15px 20px 0; font-size: 14px !important; font-weight: 400; background-color: #eee; float: right;} .time_close i{background-color:#e20; width: 9px; height: 3px; margin-right: 5px; display: inline-block;vertical-align: middle; } @@ -469,4 +469,7 @@ input[type="text"].input_time {width: 50px;} .tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;} /*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/ -.pr_name input{width: 500px;} \ No newline at end of file +.pr_name input{width: 500px;} + +/*게시판 > 등록화면 > 제목 input 가로 수정*/ +.tite_in input{width: 100%;} \ No newline at end of file
내용 - +