jhleem / egov star

한선우 한선우 2022-02-16 @76


            
Index: base3.10/src/main/webapp/css/user/style.css =================================================================== --- base3.10/src/main/webapp/css/user/style.css (revision 75) +++ base3.10/src/main/webapp/css/user/style.css (revision 76) @@ -222,8 +222,8 @@ .category_wrap .category:hover { box-shadow:0 0 10px 0 rgba(0,0,0,0.1); border-color:#666; } .category_wrap .category p { margin-right:10px; } -.btn_inner { width:24px; height:24px; background:transparent; border-color:transparent; padding:0; color:#999; font-size:1em; border-radius:50px; } -.btn_inner:hover { box-shadow:none; color:#333; } +.btn_inner { width:24px; height:24px; background:transparent; border-color:transparent; padding:0; color:#333; font-size:1em; border-radius:50px; } +.btn_inner:hover { box-shadow:none; color:#1d69db; } .btn_inner .icon-file-down { } .btn_inner.widthauto { font-size:0.8em; } Index: base3.10/src/main/webapp/css/user/board.css =================================================================== --- base3.10/src/main/webapp/css/user/board.css (revision 75) +++ base3.10/src/main/webapp/css/user/board.css (revision 76) @@ -28,7 +28,7 @@ .board_header .by p em { color:#666; margin-right:5px; font-weight:400; } .board_header .by p:last-child::after { display:none; } .board_content { padding:60px 0; border-bottom:1px solid #ededed; } -.board_content .fr-file { padding:5px 10px; border:1px solid #ccc; border-radius:50px; margin:2px; background-color:#fff; transition:all .2s ease-in-out; } +.board_content .fr-file { padding:5px 13px 5px 10px; border:1px solid #ccc; border-radius:50px; margin:2px; background-color:#fff; transition:all .2s ease-in-out; } .board_content .fr-file::before { content:""; width:13px; height:13px; margin-right:5px; background:url(/images/user/icon-file.svg) 50% 50% no-repeat; background-size:contain; display:inline-block; transform: translateY(1px);} .board_content .fr-file:hover { box-shadow:0 0 10px 0 rgba(0,0,0,0.1); border-color:#666; } .board_file { padding:10px; margin:30px 0 0; border:1px solid #f1f1f1; background:#fafafa; border-radius:5px; } Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp (revision 75) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleDetail.jsp (revision 76) @@ -120,8 +120,8 @@ </div> <div class="share"> <button type="button" title="출력" class="btn_print"><em class="blind">출력</em></button> - <button type="button" title="트위터" class="twitter"><em class="blind">트위터</em></button> - <button type="button" title="페이스북" class="facebook"><em class="blind">페이스북</em></button> + <button type="button" title="트위터에 공유하기" class="twitter"><em class="blind">트위터로 공유하기</em></button> + <button type="button" title="페이스북에 공유하기" class="facebook"><em class="blind">페이스북으로 공유하기</em></button> </div> </div> </div> @@ -151,7 +151,7 @@ <div class="bottom_wrap between"> <div class="left"> <form name="formList" action="<c:url value='/cop/bbs/${reBbsId }/selectArticleList.do'/>" method="post" > - <button type="submit" class="btn_l bg_basic" ><spring:message code="button.list" /></button> + <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.list" />" title="<spring:message code="button.list" />"><spring:message code="button.list" /></button> <input name="bbsId" type="hidden" value="<c:out value="${searchVO.bbsId}" />"> <input name="pageIndex" type="hidden" value="${searchVO.pageIndex}"> <input name="searchKeyword" type="hidden" value="${searchVO.searchKeyword}"> @@ -161,7 +161,7 @@ <c:if test="${result.ntcrId != 'anonymous'}"> <!-- 익명글 수정/삭제 불가 --> <form name="articleForm" action="<c:url value='/cop/bbs/updateArticleView.do'/>" method="post" > - <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.update" />" title="<spring:message code="title.update" /> <spring:message code="input.button" />" ><spring:message code="button.update" /></button><!-- 수정 --> + <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.update" />" title="<spring:message code="title.update" />" ><spring:message code="button.update" /></button><!-- 수정 --> <input type="hidden" name="parnts" value="<c:out value='${result.parnts}'/>" > <input type="hidden" name="sortOrdr" value="<c:out value='${result.sortOrdr}'/>" > <input type="hidden" name="replyLc" value="<c:out value='${result.replyLc}'/>" > @@ -170,14 +170,14 @@ <input name="bbsId" type="hidden" value="<c:out value="${boardMasterVO.bbsId}" />"> </form> <form name="formDelete" action="<c:url value='/cop/bbs/${reBbsId }/deleteArticle.do'/>" > - <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.delete" />" title="<spring:message code="button.delete" /> <spring:message code="input.button" />" onclick="fn_egov_delete_article(this.form); return false;" ><spring:message code="button.delete" /></button><!-- 삭제 --> + <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.delete" />" title="<spring:message code="button.delete" />" onclick="fn_egov_delete_article(this.form); return false;" ><spring:message code="button.delete" /></button><!-- 삭제 --> <input name="nttId" type="hidden" value="<c:out value="${result.nttId}" />"> <input name="bbsId" type="hidden" value="<c:out value="${boardMasterVO.bbsId}" />"> </form> </c:if> <c:if test="${boardMasterVO.replyPosblAt == 'Y' }"> <form name="formReply" action="<c:url value='/cop/bbs/${reBbsId }/replyArticleView.do'/>" method="post" > - <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.reply" />"><spring:message code="button.reply" /></button><!-- 답글 --> + <button type="submit" class="btn_l bg_basic" value="<spring:message code="button.reply" />" title="<spring:message code="button.reply" />"><spring:message code="button.reply" /></button><!-- 답글 --> <input name="nttId" type="hidden" value="<c:out value="${result.nttId}" />"> <input name="bbsId" type="hidden" value="<c:out value="${boardMasterVO.bbsId}" />"> </form> Index: base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp =================================================================== --- base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 75) +++ base3.10/src/main/webapp/WEB-INF/jsp/egovframework/com/cop/bbs/EgovArticleRegist.jsp (revision 76) @@ -170,7 +170,7 @@ <div> <input name="file_1" id="egovComFileUploader" type="file" class="blind userUpload" title="<spring:message code="comCopBbs.articleVO.regist.atchFile"/>" multiple/><!-- 첨부파일 --> <input type="hidden" id="atchFileId" name="atchFileId" value="" /> - <label for="egovComFileUploader" class="btn_m bg_basic btn_file_up" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file"></span></label> + <label for="egovComFileUploader" class="btn_m bg_basic btn_file_up" title="업로드 할 파일을 선택해주세요">파일업로드<span class="icon-file-up"></span></label> </div> <em class="exp filenote">※ 파일당 10MB까지 첨부 가능합니다.</em> <ul class="file_list" id="egovComFileList">
Add a comment
List