--- src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp
+++ src/main/webapp/WEB-INF/jsp/main/EgovMainView.jsp
... | ... | @@ -31,6 +31,7 @@ |
| 31 | 31 |
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" /> |
| 32 | 32 |
<meta charset="UTF-8"> |
| 33 | 33 |
<title>메인대시보드</title> |
| 34 |
+<link rel="stylesheet" href="/css/print.css"> |
|
| 34 | 35 |
<link rel="stylesheet" href="/direct/css/font.css"> |
| 35 | 36 |
<link rel="stylesheet" href="/direct/css/reset.css?ver=1"> |
| 36 | 37 |
<link rel="stylesheet" href="/direct/css/enroll_popup.css"> |
--- src/main/webapp/WEB-INF/jsp/sym/cal/EgovNormalCalPopup.jsp
+++ src/main/webapp/WEB-INF/jsp/sym/cal/EgovNormalCalPopup.jsp
... | ... | @@ -40,6 +40,6 @@ |
| 40 | 40 |
</style> |
| 41 | 41 |
</head> |
| 42 | 42 |
<body style="margin :0px;"> |
| 43 |
-<iframe name="ifcal" src="<c:url value='/sym/cmm/EgovselectNormalCalendar.do'/>?year=<c:out value='${year}' />&month=<c:out value='${month}' />" style="width:275px; height:200px;" frameborder="0" scrolling="no" title="달력호출"></iframe>
|
|
| 43 |
+<iframe name="ifcal" src="<c:url value='/sym/cmm/EgovselectNormalCalendar.do'/>?year=<c:out value='${year}' />&month=<c:out value='${month}' />" style="width:100%; height:400px;" frameborder="0" scrolling="no" title="달력호출"></iframe>
|
|
| 44 | 44 |
</body> |
| 45 | 45 |
</html>(No newline at end of file) |
--- src/main/webapp/WEB-INF/jsp/sym/cal/EgovNormalCalendar.jsp
+++ src/main/webapp/WEB-INF/jsp/sym/cal/EgovNormalCalendar.jsp
... | ... | @@ -22,6 +22,7 @@ |
| 22 | 22 |
<title>일반달력</title> |
| 23 | 23 |
<meta http-equiv="content-language" content="ko"> |
| 24 | 24 |
<base target="_self"> |
| 25 |
+<link rel="stylesheet" href="/direct/css/font.css" /> |
|
| 25 | 26 |
<link type="text/css" rel="stylesheet" href="<c:url value="/css/cal.css"/>" > |
| 26 | 27 |
<link href="<c:url value='/'/>css/common.css" rel="stylesheet" type="text/css" > |
| 27 | 28 |
<script type="text/javascript" src="<c:url value='/js/showModalDialogCallee.js'/>" ></script> |
... | ... | @@ -90,25 +91,21 @@ |
| 90 | 91 |
<input type="hidden" name="year" value="${resultList[0].year}" />
|
| 91 | 92 |
<input type="hidden" name="month" value="${resultList[0].month}" />
|
| 92 | 93 |
<input type="hidden" name="day" /> |
| 93 |
- <table cellpadding="1" class="table-line"> |
|
| 94 |
+ <table class="table-line"> |
|
| 94 | 95 |
<thead> |
| 95 |
- <tr> |
|
| 96 |
- <th class="title" width="36" colspan="1"> |
|
| 97 |
- <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year-1},${resultList[0].month}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_pre_year.gif' />" alt="이전년도"></a>
|
|
| 98 |
- </th> |
|
| 99 |
- <th class="title" width="36" colspan="1"> |
|
| 100 |
- <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year},${resultList[0].month-1}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_pre_month.gif' />" alt="이전달"></a>
|
|
| 101 |
- </th> |
|
| 102 |
- <th class="title" width="108" colspan="3">${resultList[0].year}년${resultList[0].month}월</th>
|
|
| 103 |
- <th class="title" width="36" colspan="1"> |
|
| 104 |
- <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year},${resultList[0].month+1}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_aft_month.gif' />" alt="다음달"></a>
|
|
| 105 |
- </th> |
|
| 106 |
- <th class="title" width="36" colspan="1"> |
|
| 107 |
- <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year+1},${resultList[0].month}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_aft_year.gif' />" alt="다음년도"></a>
|
|
| 108 |
- </th> |
|
| 96 |
+ <tr class="cal_util"> |
|
| 97 |
+ <th colspan="7"> |
|
| 98 |
+ <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year-1},${resultList[0].month}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_prev_year.png' />" alt="이전년도"></a>
|
|
| 99 |
+ <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year},${resultList[0].month-1}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_prev_month.png' />" alt="이전달"></a>
|
|
| 100 |
+ |
|
| 101 |
+ <b>${resultList[0].year}년 ${resultList[0].month}월</b>
|
|
| 102 |
+ |
|
| 103 |
+ <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year},${resultList[0].month+1}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_after_month.png' />" alt="다음달"></a>
|
|
| 104 |
+ <a href="#LINK" onclick="javascript:fnChangeCalendar(${resultList[0].year+1},${resultList[0].month}); return false;" style="selector-dummy:expression(this.hideFocus=false);cursor:pointer;cursor:hand;"><img src="<c:url value='/images/btn/icon_after_year.png' />" alt="다음년도"></a>
|
|
| 105 |
+ </th> |
|
| 109 | 106 |
</tr> |
| 110 | 107 |
<tr> |
| 111 |
- <th class="title" width="36" >일</th> |
|
| 108 |
+ <th class="title" style="color:red;" width="36" >일</th> |
|
| 112 | 109 |
<th class="title" width="36" >월</th> |
| 113 | 110 |
<th class="title" width="36" >화</th> |
| 114 | 111 |
<th class="title" width="36" >수</th> |
... | ... | @@ -134,7 +131,7 @@ |
| 134 | 131 |
</td> |
| 135 | 132 |
</c:when> |
| 136 | 133 |
<c:otherwise> |
| 137 |
- <td class="lt_text3" STYLE="color:black;cursor:pointer;cursor:hand" onClick="javascript:fnReturnDay(${result.day});">
|
|
| 134 |
+ <td class="lt_text3" STYLE="cursor:pointer;cursor:hand" onClick="javascript:fnReturnDay(${result.day});">
|
|
| 138 | 135 |
${result.day}
|
| 139 | 136 |
</td> |
| 140 | 137 |
</c:otherwise> |
--- src/main/webapp/WEB-INF/jsp/uss/itsm/bizCntrt/BizCntrtView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/bizCntrt/BizCntrtView.jsp
... | ... | @@ -17,6 +17,7 @@ |
| 17 | 17 |
<title>사업(계약)관리</title> |
| 18 | 18 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 19 | 19 |
<link rel="stylesheet" href="/direct/css/font.css"> |
| 20 |
+<link rel="stylesheet" href="/css/print.css"> |
|
| 20 | 21 |
<link rel="stylesheet" href="/direct/css/reset.css"> |
| 21 | 22 |
<link rel="stylesheet" href="/direct/css/enroll_popup.css"> |
| 22 | 23 |
<link rel="stylesheet" href="/direct/css/nice-select.css"> |
... | ... | @@ -369,11 +370,11 @@ |
| 369 | 370 |
|
| 370 | 371 |
//프린트 호출 전 |
| 371 | 372 |
window.onbeforeprint = function() {
|
| 372 |
- $(".enroll_wrap").height(1700);
|
|
| 373 |
+ $(".enroll_wrap").css("height", "auto");
|
|
| 373 | 374 |
} |
| 374 | 375 |
window.onafterprint = function() {
|
| 375 | 376 |
//프린트 호출 후 |
| 376 |
- $(".enroll_wrap").height(723);
|
|
| 377 |
+ $(".enroll_wrap").css("height", "");
|
|
| 377 | 378 |
} |
| 378 | 379 |
window.print(); |
| 379 | 380 |
|
--- src/main/webapp/WEB-INF/jsp/uss/itsm/company/CompanyMngView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/company/CompanyMngView.jsp
... | ... | @@ -18,6 +18,7 @@ |
| 18 | 18 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 19 | 19 |
<title>업체관리</title> |
| 20 | 20 |
<link rel="stylesheet" href="/direct/css/font.css"> |
| 21 |
+ <link rel="stylesheet" href="/css/print.css"> |
|
| 21 | 22 |
<link rel="stylesheet" href="/direct/css/reset.css"> |
| 22 | 23 |
<link rel="stylesheet" href="/direct/css/enroll_popup.css"> |
| 23 | 24 |
<!--[if IE]> |
--- src/main/webapp/WEB-INF/jsp/uss/itsm/fault/FaultMngView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/fault/FaultMngView.jsp
... | ... | @@ -18,6 +18,7 @@ |
| 18 | 18 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 19 | 19 |
<title>장애관리(등록)</title> |
| 20 | 20 |
<link rel="stylesheet" href="/direct/css/font.css"> |
| 21 |
+ <link rel="stylesheet" href="/css/print.css"> |
|
| 21 | 22 |
<link rel="stylesheet" href="/direct/css/reset.css"> |
| 22 | 23 |
<link rel="stylesheet" href="/direct/css/enroll_popup.css"> |
| 23 | 24 |
<script src="/direct/js/jquery-1.11.3.min.js"></script> |
... | ... | @@ -396,11 +397,11 @@ |
| 396 | 397 |
|
| 397 | 398 |
//프린트 호출 전 |
| 398 | 399 |
window.onbeforeprint = function() {
|
| 399 |
- $(".enroll_wrap").height(1700);
|
|
| 400 |
+ $(".fault_popup").css("height", "auto");
|
|
| 400 | 401 |
} |
| 401 | 402 |
window.onafterprint = function() {
|
| 402 | 403 |
//프린트 호출 후 |
| 403 |
- $(".enroll_wrap").height(723);
|
|
| 404 |
+ $(".fault_popup").css("height", "");
|
|
| 404 | 405 |
} |
| 405 | 406 |
window.print(); |
| 406 | 407 |
|
... | ... | @@ -1021,7 +1022,7 @@ |
| 1021 | 1022 |
<input type="hidden" name="cal_url" id="cal_url" value="<c:url value='/sym/cmm/EgovNormalCalPopup.do'/>" > |
| 1022 | 1023 |
<input type="text" style="width:115px;" class="fault_date" name="ntceBgndeYYYMMDD" id="ntceBgndeYYYMMDD" size="10" maxlength="10" value="${faultMngVO.faultWorkDateStart}" readonly="">
|
| 1023 | 1024 |
<a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.writeForm, document.forms.writeForm.ntceBgndeYYYMMDD);" class="date_select_btn"> |
| 1024 |
- <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px;vertical-align: baseline;top:3px;" alt="달력창팝업버튼이미지"> |
|
| 1025 |
+ <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px;vertical-align: baseline;top:-1px;" alt="달력창팝업버튼이미지"> |
|
| 1025 | 1026 |
</a> |
| 1026 | 1027 |
<input type="hidden" name="faultWorkTimeStart" id="faultWorkTimeStart" value="${faultMngVO.faultWorkTimeStart}">
|
| 1027 | 1028 |
<input type="text" numberOnly maxlength="2" class="first_time" style="width:42px;" name="faultWorkHHTimeStart" id="faultWorkHHTimeStart" value="<c:out value="${fn:substring(faultMngVO.faultWorkTimeStart, 0, 2)}" />">:
|
... | ... | @@ -1029,7 +1030,7 @@ |
| 1029 | 1030 |
 ~  |
| 1030 | 1031 |
<input type="text" style="width:115px;" class="fault_date" name="ntceEnddeYYYMMDD" id="ntceEnddeYYYMMDD" size="10" maxlength="10" value="${faultMngVO.faultWorkDateEnd}" readonly="">
|
| 1031 | 1032 |
<a href="#" onClick="javascript:fn_egov_NormalCalendar(document.forms.writeForm, document.forms.writeForm.ntceEnddeYYYMMDD);" class="date_select_btn"> |
| 1032 |
- <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px;vertical-align: baseline;top:3px;" alt="달력창팝업버튼이미지"> |
|
| 1033 |
+ <img src="<c:url value='/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif' />" align="middle" style="border:0px;vertical-align: baseline;top:-1px;" alt="달력창팝업버튼이미지"> |
|
| 1033 | 1034 |
</a> |
| 1034 | 1035 |
<input type="hidden" name="faultWorkTimeEnd" id="faultWorkTimeEnd" value="${faultMngVO.faultWorkTimeEnd}">
|
| 1035 | 1036 |
<input type="text" numberOnly maxlength="2" class="last_time" style="width:42px;" name="faultWorkHHTimeEnd" id="faultWorkHHTimeEnd" value="<c:out value="${fn:substring(faultMngVO.faultWorkTimeEnd, 0, 2)}" />">:
|
--- src/main/webapp/WEB-INF/jsp/uss/itsm/schdlr/schdlrList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/schdlr/schdlrList.jsp
... | ... | @@ -41,6 +41,7 @@ |
| 41 | 41 |
<title></title> |
| 42 | 42 |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 43 | 43 |
<!-- <link rel="stylesheet" href="/direct/css/enroll_popup.css"> --> <!-- 관리자 목록이랑 css다르네 --> |
| 44 |
+<link rel="stylesheet" href="/css/print.css" /> |
|
| 44 | 45 |
<script type="text/javascript" src="/js/EgovCalPopup.js"></script> |
| 45 | 46 |
<script type="text/javascript" src="/js/printThis.js"></script> |
| 46 | 47 |
<%-- <script src="<c:url value='/js/jquery.js' />"></script> --%> |
... | ... | @@ -185,7 +186,33 @@ |
| 185 | 186 |
|
| 186 | 187 |
// 달력 프린트 |
| 187 | 188 |
function selectPrint() {
|
| 188 |
- $(".cont_area").printThis();
|
|
| 189 |
+ $(".schedule_area").printThis({
|
|
| 190 |
+ importCSS: true, |
|
| 191 |
+ importStyle: true, |
|
| 192 |
+ copyTagClasses: true, |
|
| 193 |
+ formValues: true, |
|
| 194 |
+ printDelay: 1000, |
|
| 195 |
+ // 인쇄 직전 가로모드와 배율 스타일을 헤더에 강제로 꽂아넣습니다. |
|
| 196 |
+ header: ` |
|
| 197 |
+ <style> |
|
| 198 |
+ @page { size: landscape; margin: 3mm; }
|
|
| 199 |
+ body {
|
|
| 200 |
+ width: 1920px !important; |
|
| 201 |
+ zoom: 1 !important; |
|
| 202 |
+ overflow: visible !important; |
|
| 203 |
+ } |
|
| 204 |
+ .schedule_area {
|
|
| 205 |
+ width: 100% !important; |
|
| 206 |
+ height: auto !important; |
|
| 207 |
+ position: static !important; |
|
| 208 |
+ margin: 0 5mm !important; |
|
| 209 |
+ left:0; |
|
| 210 |
+ top:0; |
|
| 211 |
+ } |
|
| 212 |
+ </style> |
|
| 213 |
+ ` |
|
| 214 |
+ }); |
|
| 215 |
+ |
|
| 189 | 216 |
} |
| 190 | 217 |
|
| 191 | 218 |
|
--- src/main/webapp/WEB-INF/jsp/uss/itsm/schdlr/schdlrUpdate.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/itsm/schdlr/schdlrUpdate.jsp
... | ... | @@ -786,7 +786,7 @@ |
| 786 | 786 |
value="<c:out value="${fn:substring(result.schdlrBgnDatetime, 0, 10)}" />">
|
| 787 | 787 |
<!-- <a href="#" id="cmplntResDtCal" onclick="javascript:fn_egov_NormalCalendar(document.detailForm, document.detailForm.schdlrBgnDt, document.detailForm.schdlrBgnDt, null, document.detailForm.schdlrBgnDt.value);" class="date_select_btn"> --> |
| 788 | 788 |
<a href="#" id="cmplntResDtCal" onclick="javascript:fn_egov_NormalCalendar(document.detailForm, document.detailForm.schdlrBgnDt, document.detailForm.schdlrBgnDt, null, document.detailForm.schdlrBgnDt.value);" class="date_select_btn"> |
| 789 |
- <img src="/direct/img/bu_icon_carlendar.gif" alt="" style="top:6px;"> |
|
| 789 |
+ <img src="/direct/img/bu_icon_carlendar.gif" alt="" style="top:3px;"> |
|
| 790 | 790 |
</a> |
| 791 | 791 |
|
| 792 | 792 |
<input type="text" name="schdlrBgnTime" class="timepicker" style="width: 98px;"/> |
... | ... | @@ -799,7 +799,7 @@ |
| 799 | 799 |
<input type="text" name="schdlrEndDt" class="sc_date" readonly="readonly" style=" width: 103px;" |
| 800 | 800 |
value="<c:out value="${fn:substring(result.schdlrEndDatetime, 0, 10)}" />">
|
| 801 | 801 |
<a href="#" id="cmplntResDtCal" onclick="javascript:fn_egov_NormalCalendar(document.detailForm, document.detailForm.schdlrEndDt, document.detailForm.schdlrEndDt, null, document.detailForm.schdlrEndDt.value);" class="date_select_btn"> |
| 802 |
- <img src="/direct/img/bu_icon_carlendar.gif" alt="" style="top:6px;"> |
|
| 802 |
+ <img src="/direct/img/bu_icon_carlendar.gif" alt="" style="top:3px;"> |
|
| 803 | 803 |
</a> |
| 804 | 804 |
|
| 805 | 805 |
<input type="text" name="schdlrEndTime" class="timepicker" style="width: 98px;"/> |
--- src/main/webapp/css/cal.css
+++ src/main/webapp/css/cal.css
... | ... | @@ -12,47 +12,47 @@ |
| 12 | 12 |
|
| 13 | 13 |
/* by 이삼섭 */ |
| 14 | 14 |
/* Black 텍스트 Hyperlink Style */ |
| 15 |
-A:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
|
|
| 16 |
-A:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:none; }
|
|
| 17 |
-A:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:none; }
|
|
| 18 |
-A:hover { font-size:9pt; font-family:"돋움";color:red;text-decoration:none;}
|
|
| 15 |
+A:link { font-size:9pt; font-family:"Noto Sans KR";color:#000000; text-decoration:none; }
|
|
| 16 |
+A:visited { font-size:9pt; font-family:"Noto Sans KR";color:#000000; text-decoration:none; }
|
|
| 17 |
+A:active { font-size:9pt; font-family:"Noto Sans KR";color:red; text-decoration:none; }
|
|
| 18 |
+A:hover { font-size:9pt; font-family:"Noto Sans KR";color:red;text-decoration:none;}
|
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 | 21 |
/* Gray 텍스트 Hyperlink Style */ |
| 22 |
-A.gr:link { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
|
|
| 23 |
-A.gr:visited { font-size:9pt; font-family:"돋움";color:#58595B; text-decoration:none; }
|
|
| 24 |
-A.gr:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:none; }
|
|
| 25 |
-A.gr:hover { font-size:9pt; font-family:"돋움";color:red ;text-decoration:none;}
|
|
| 22 |
+A.gr:link { font-size:9pt; font-family:"Noto Sans KR";color:#58595B; text-decoration:none; }
|
|
| 23 |
+A.gr:visited { font-size:9pt; font-family:"Noto Sans KR";color:#58595B; text-decoration:none; }
|
|
| 24 |
+A.gr:active { font-size:9pt; font-family:"Noto Sans KR";color:red; text-decoration:none; }
|
|
| 25 |
+A.gr:hover { font-size:9pt; font-family:"Noto Sans KR";color:red ;text-decoration:none;}
|
|
| 26 | 26 |
|
| 27 | 27 |
|
| 28 | 28 |
/* Black 텍스트 Hyperlink Style_언더라인 */ |
| 29 |
-A.underline:link { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
|
|
| 30 |
-A.underline:visited { font-size:9pt; font-family:"돋움";color:#000000; text-decoration:underline; }
|
|
| 31 |
-A.underline:active { font-size:9pt; font-family:"돋움";color:red; text-decoration:underline; }
|
|
| 32 |
-A.underline:hover { font-size:9pt; font-family:"돋움";color:red;text-decoration:underline;}
|
|
| 29 |
+A.underline:link { font-size:9pt; font-family:"Noto Sans KR";color:#000000; text-decoration:underline; }
|
|
| 30 |
+A.underline:visited { font-size:9pt; font-family:"Noto Sans KR";color:#000000; text-decoration:underline; }
|
|
| 31 |
+A.underline:active { font-size:9pt; font-family:"Noto Sans KR";color:red; text-decoration:underline; }
|
|
| 32 |
+A.underline:hover { font-size:9pt; font-family:"Noto Sans KR";color:red;text-decoration:underline;}
|
|
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
/* 스크롤 & margin */ |
| 36 | 36 |
body {
|
| 37 | 37 |
margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;} |
| 38 | 38 |
|
| 39 |
-td {font-family: "돋움"; font-size: 9pt; color:#595959; font-weight:normal;}
|
|
| 40 |
-th {font-family: "돋움"; font-size: 9pt; color:#000000; font-weight:normal;}
|
|
| 39 |
+td {font-family: "Noto Sans KR"; font-size: 9pt; color:#595959; font-weight:normal;}
|
|
| 40 |
+th {font-family: "Noto Sans KR"; font-size: 9pt; color:#000000; font-weight:normal;}
|
|
| 41 | 41 |
|
| 42 | 42 |
|
| 43 | 43 |
/* 흰색배경 inputbox */ |
| 44 | 44 |
textarea, input, select |
| 45 | 45 |
{padding-left:2px; color:#555555; border:1px solid #9BBED2;
|
| 46 |
- font-family: "돋움"; font-size: 9pt; color:#595959;} |
|
| 46 |
+ font-family: "Noto Sans KR"; font-size: 9pt; color:#595959;} |
|
| 47 | 47 |
|
| 48 | 48 |
|
| 49 | 49 |
|
| 50 | 50 |
/*list_text*/ |
| 51 |
-.lt_text { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px;}
|
|
| 52 |
-.lt_text2 { font-size:9pt; color:#444444; font-family:"돋움, Arial"; height:30px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px; font-weight: bold;}
|
|
| 53 |
-.lt_text3 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:center; vertical-align:middle;}
|
|
| 54 |
-.lt_text4 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; text-align:center; vertical-align:middle;}
|
|
| 55 |
-.lt_text5 { font-size:9pt; color:#000000; font-family:"돋움, Arial"; height:24px; text-align:left; vertical-align:top; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;}
|
|
| 51 |
+.lt_text { font-size:9pt; color:#000000; font-family:"Noto Sans KR, Arial"; height:24px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px;}
|
|
| 52 |
+.lt_text2 { font-size:9pt; color:#444444; font-family:"Noto Sans KR, Arial"; height:30px; text-align:left; vertical-align:middle; padding-left:10px; padding-right:10px; font-weight: bold;}
|
|
| 53 |
+.lt_text3 { font-size:9pt; color:#000000; font-family:"Noto Sans KR, Arial"; height:24px; text-align:center; vertical-align:middle;}
|
|
| 54 |
+.lt_text4 { font-size:9pt; color:#000000; font-family:"Noto Sans KR, Arial"; text-align:center; vertical-align:middle;}
|
|
| 55 |
+.lt_text5 { font-size:9pt; color:#000000; font-family:"Noto Sans KR, Arial"; height:24px; text-align:left; vertical-align:top; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px;}
|
|
| 56 | 56 |
|
| 57 | 57 |
|
| 58 | 58 |
.button {
|
... | ... | @@ -68,23 +68,23 @@ |
| 68 | 68 |
/****************************************** 텍스트 ************************************************************/ |
| 69 | 69 |
|
| 70 | 70 |
/* 로케이션_텍스트 */ |
| 71 |
-.location{ font-family:"돋움"; font-size:8pt; color:#6d6d6d ;padding-top:1px; padding-left:3px;
|
|
| 71 |
+.location{ font-family:"Noto Sans KR"; font-size:8pt; color:#6d6d6d ;padding-top:1px; padding-left:3px;
|
|
| 72 | 72 |
vertical-align: middle} |
| 73 | 73 |
|
| 74 | 74 |
/* 타이틀_볼드 */ |
| 75 |
-.title{ font-family:"돋움"; font-size:9pt; color:#000000 ;
|
|
| 75 |
+.title{ font-family:"Noto Sans KR"; font-size:9pt; color:#000000 ;
|
|
| 76 | 76 |
font-weight: bold ; vertical-align: middle} |
| 77 | 77 |
|
| 78 | 78 |
/* 타이틀_볼드_좌측정렬 */ |
| 79 |
-.title_left{ font-family:"돋움"; font-size:9pt; color:#000000 ;
|
|
| 79 |
+.title_left{ font-family:"Noto Sans KR"; font-size:9pt; color:#000000 ;
|
|
| 80 | 80 |
font-weight: bold ; vertical-align: middle; text-align:left } |
| 81 | 81 |
|
| 82 | 82 |
/* 팝업_타이틀_볼드 */ |
| 83 |
-.title_wh{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
|
|
| 83 |
+.title_wh{ font-family:"Noto Sans KR"; font-size:9pt; color:#ffffff ;
|
|
| 84 | 84 |
font-weight: bold ; vertical-align: middle} |
| 85 | 85 |
|
| 86 | 86 |
/* 버튼메뉴_타이틀_화이트_볼드 */ |
| 87 |
-.title_wh_b{ font-family:"돋움"; font-size:9pt; color:#ffffff ;
|
|
| 87 |
+.title_wh_b{ font-family:"Noto Sans KR"; font-size:9pt; color:#ffffff ;
|
|
| 88 | 88 |
font-weight: bold ; vertical-align: middle} |
| 89 | 89 |
|
| 90 | 90 |
|
... | ... | @@ -92,15 +92,24 @@ |
| 92 | 92 |
.text2{color:#A2A2A2; }
|
| 93 | 93 |
/****************************************** 테이블 & 텍스트 ************************************************************/ |
| 94 | 94 |
/* 리스트 테이블 */ |
| 95 |
-.table-line{BORDER-TOP: #1A90D8 2px solid; BORDER-bottom: #BABABA 1px solid;border-collapse: collapse;}
|
|
| 96 |
- .table-line th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
|
|
| 97 |
- .table-line td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;}
|
|
| 95 |
+/* .table-line{width:100%;border-top:2px solid #1A90D8;border-bottom:1px solid #bababa;border-collapse: collapse;}
|
|
| 96 |
+.table-line th{BORDER-bottom: #A3A3A3 1px solid; padding-left:2px;padding-right:2px;background-color: #E4EAF8; height:20px;}
|
|
| 97 |
+.table-line td{BORDER-bottom: #E0E0E0 1px solid; padding-left:2px;padding-right:2px;background-color: #F7F7F7; height:20px;} */
|
|
| 98 | 98 |
|
| 99 |
+.table-line *{font-family: 'Noto Sans KR';}
|
|
| 100 |
+.table-line{width:100%;border-collapse: collapse;}
|
|
| 101 |
+ |
|
| 102 |
+.table-line .cal_util{height:60px;background:#ECEDF0;}
|
|
| 103 |
+.table-line .cal_util th b{font-size:18px;font-weight:600;color:#222;margin:0 12px;vertical-align:middle;}
|
|
| 104 |
+.table-line .cal_util th a{width:35px;height:35px;margin:0 2px;}
|
|
| 105 |
+.table-line tr th{height:57px;font-size:16px;font-weight:400;color:#333;}
|
|
| 106 |
+.table-line tr td{height:57px;font-size:16px;font-weight:400;color:#333;}
|
|
| 107 |
+.table-line tr td:not(:empty):hover{background:#EDF6FC;color:#0388D2;border-radius:8px;}
|
|
| 99 | 108 |
|
| 100 | 109 |
/* 등록 테이블 */ |
| 101 | 110 |
.table-register{BORDER-TOP: #D2D4D1 1px solid;BORDER-bottom: #D2D4D1 1px solid;BORDER-left: #D2D4D1 1px solid;BORDER-right: #D2D4D1 1px solid; border-collapse: collapse;}
|
| 102 |
- .table-register th{ padding-left:2px;padding-right:5px;background-color: #E4EAF8; Text-align: right ;}
|
|
| 103 |
- .table-register td{ padding-left:2px;padding-right:5px;background-color: #F7F7F7;}
|
|
| 111 |
+.table-register th{ padding-left:2px;padding-right:5px;background-color: #E4EAF8; Text-align: right ;}
|
|
| 112 |
+.table-register td{ padding-left:2px;padding-right:5px;background-color: #F7F7F7;}
|
|
| 104 | 113 |
|
| 105 | 114 |
|
| 106 | 115 |
/* 조회 테이블 |
... | ... | @@ -110,5 +119,5 @@ |
| 110 | 119 |
|
| 111 | 120 |
/* 투명 테이블 */ |
| 112 | 121 |
.table-trans {BORDER-LEFT: 0px solid;BORDER-RIGHT:0px solid; BORDER-BOTTOM:0px solid; BORDER-TOP:0px solid; border-collapse:collapse;}
|
| 113 |
- .table-trans td{border:0px solid;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;border:0px solid;border-collapse: collapse;}
|
|
| 122 |
+.table-trans td{border:0px solid;padding-top:0;padding-bottom:0;padding-left:0;padding-right:0;border:0px solid;border-collapse: collapse;}
|
|
| 114 | 123 |
(No newline at end of file) |
--- src/main/webapp/css/common.css
+++ src/main/webapp/css/common.css
... | ... | @@ -1,4 +1,5 @@ |
| 1 | 1 |
@charset "utf-8"; |
| 2 |
+ |
|
| 2 | 3 |
/* Type Selector */ |
| 3 | 4 |
*{margin:0; padding:0;margin:0; padding:0;}
|
| 4 | 5 |
img, fieldset, button{border:none;}
|
... | ... | @@ -425,5 +426,3 @@ |
| 425 | 426 |
.btn_s { padding: 3px 10px 6px 11px; background-color: #4688d2; color: #fff; font-size: 11px; border-radius: 1px; margin-top: 4px;}
|
| 426 | 427 |
.btn_s:hover { color: #c7dbf1; }
|
| 427 | 428 |
/* 댓글 끝 */ |
| 428 |
- |
|
| 429 |
- |
+++ src/main/webapp/css/print.css
... | ... | @@ -0,0 +1,60 @@ |
| 1 | +@media print {
| |
| 2 | + @page {
| |
| 3 | + size: landscape; /* 가로 방향 */ | |
| 4 | + margin: 0; /* 여백을 0으로 설정하여 브라우저 여백 제거 */ | |
| 5 | + } | |
| 6 | + | |
| 7 | + html, body {
| |
| 8 | + width: 1920px !important; /* 원본 디자인 너비 */ | |
| 9 | + height: auto !important; /* ★ 100% 제거: 빈 페이지 방지 핵심 */ | |
| 10 | + margin: 0 !important; | |
| 11 | + padding: 0 !important; | |
| 12 | + overflow: visible !important; | |
| 13 | + clear: both !important; | |
| 14 | + } | |
| 15 | + | |
| 16 | + body {
| |
| 17 | + zoom: 1.3; | |
| 18 | + -webkit-print-color-adjust: exact; | |
| 19 | + print-color-adjust: exact; | |
| 20 | + } | |
| 21 | + | |
| 22 | + /* 모든 부모 요소의 높이 제한 해제 */ | |
| 23 | + .wrap, .container, .enroll_popup, .enroll_wrap {
| |
| 24 | + overflow: visible !important; | |
| 25 | + height: auto !important; | |
| 26 | + display: block !important; | |
| 27 | + } | |
| 28 | + | |
| 29 | + /* 첫 페이지 빈 공간 방지 */ | |
| 30 | + .enroll_wrap,.cont_area,.schedule_area {
| |
| 31 | + position: absolute !important; | |
| 32 | + top: 60px !important; | |
| 33 | + left: 0 !important; | |
| 34 | + height: auto !important; | |
| 35 | + page-break-before: avoid !important; | |
| 36 | + clear: both !important; | |
| 37 | + } | |
| 38 | + | |
| 39 | + .enroll_popup_title{margin:0 0 30px 0;}
| |
| 40 | + | |
| 41 | + /* 테이블 행 잘림 방지 */ | |
| 42 | + tr, .card, .section {page-break-inside: avoid !important;}
| |
| 43 | + .enroll_popup_bottom_table{height:100% !important;}
| |
| 44 | + table *{overflow:visible !important;max-height:100% !important;}
| |
| 45 | + | |
| 46 | + | |
| 47 | + /* 장애관리 > 등록(작업계획서, 작업결과보고 다음페이지 넘김 방지) */ | |
| 48 | + .fault_bottom_wrap{top:-508px;left:0;}
| |
| 49 | + | |
| 50 | + /* sla관리 */ | |
| 51 | + input[value="sla"]+.enroll_popup{zoom:0.96;}
| |
| 52 | + | |
| 53 | + /* 업체계약관리 > 사업(계약)관리 */ | |
| 54 | + .Biz_popup{zoom:0.94;}
| |
| 55 | + | |
| 56 | + /* 업체계약관리 > 업체관리 */ | |
| 57 | + .enterprise_popup{zoom:0.94;}
| |
| 58 | + | |
| 59 | +} | |
| 60 | + |
--- src/main/webapp/direct/css/all.css
+++ src/main/webapp/direct/css/all.css
... | ... | @@ -58,6 +58,7 @@ |
| 58 | 58 |
.serch_in{width: 87%;}
|
| 59 | 59 |
|
| 60 | 60 |
input[type="text"].search_box{width: 94%;padding-left:0;}
|
| 61 |
+input[type="text"].search_box::placeholder{color:#fff !important; opacity: 0.8;background:none;}
|
|
| 61 | 62 |
|
| 62 | 63 |
.serch_in input{
|
| 63 | 64 |
border: none; |
... | ... | @@ -71,7 +72,7 @@ |
| 71 | 72 |
} |
| 72 | 73 |
|
| 73 | 74 |
.serch_in input::placeholder{
|
| 74 |
- color: #b8d4ee; |
|
| 75 |
+ color: #b8d4ee !important; |
|
| 75 | 76 |
font-size: 14px; |
| 76 | 77 |
} |
| 77 | 78 |
|
--- src/main/webapp/direct/css/enroll_popup.css
+++ src/main/webapp/direct/css/enroll_popup.css
... | ... | @@ -1,4 +1,4 @@ |
| 1 |
- |
|
| 1 |
+@import url("/css/print.css") print;
|
|
| 2 | 2 |
|
| 3 | 3 |
body {
|
| 4 | 4 |
font-family: "Noto Sans KR", sans-serif !important; |
... | ... | @@ -26,13 +26,12 @@ |
| 26 | 26 |
} |
| 27 | 27 |
|
| 28 | 28 |
/*공통*/ |
| 29 |
- |
|
| 30 | 29 |
.nav li{
|
| 31 | 30 |
display:inline-block |
| 32 | 31 |
} |
| 33 | 32 |
|
| 34 | 33 |
.enroll_popup {
|
| 35 |
- width: 1366px; |
|
| 34 |
+ width: 100%; |
|
| 36 | 35 |
height: 856px; |
| 37 | 36 |
box-shadow: 1px 2px 6px rgba(8, 26, 49, 0.42); |
| 38 | 37 |
} |
... | ... | @@ -44,7 +43,7 @@ |
| 44 | 43 |
} |
| 45 | 44 |
|
| 46 | 45 |
.enroll_popup_title {
|
| 47 |
- width: 1366px; |
|
| 46 |
+ width: 100%; |
|
| 48 | 47 |
font-size: 22px; |
| 49 | 48 |
color: #fff; |
| 50 | 49 |
background-color: #0388d2; |
... | ... | @@ -62,7 +61,6 @@ |
| 62 | 61 |
|
| 63 | 62 |
input[type="text"]::placeholder {
|
| 64 | 63 |
background: url(/direct/img/enroll_edit_icon.png) no-repeat center; |
| 65 |
- opacity: 0.3; |
|
| 66 | 64 |
} |
| 67 | 65 |
|
| 68 | 66 |
/*page 시작*/ |
... | ... | @@ -149,12 +147,12 @@ |
| 149 | 147 |
} |
| 150 | 148 |
|
| 151 | 149 |
.file_move_area input[type="button"].file_move_reset_btn {
|
| 152 |
- border: 1px solid #aaa; |
|
| 150 |
+ border: 1px solid #878c8f; |
|
| 153 | 151 |
background: #fff url(/direct/img/file_move_reset_icon.png) no-repeat 8px center; |
| 154 | 152 |
padding-left: 28px; |
| 155 | 153 |
height: 27px; |
| 156 | 154 |
font-size: 14px; |
| 157 |
- color: #aaa; |
|
| 155 |
+ color: #878c8f; |
|
| 158 | 156 |
border-radius: 5px; |
| 159 | 157 |
box-shadow: 0 2px 5px rgba(16, 60, 84, 0.15); |
| 160 | 158 |
padding-right: 10px; |
... | ... | @@ -177,8 +175,8 @@ |
| 177 | 175 |
} |
| 178 | 176 |
|
| 179 | 177 |
.file_move_area input[type="button"].file_move_reset_btn:hover {
|
| 180 |
- border: 1px solid #aaa; |
|
| 181 |
- background: #Aaa url(/direct/img/file_move_reset_icon_white.png) no-repeat 8px center; |
|
| 178 |
+ border: 1px solid #878c8f; |
|
| 179 |
+ background: #878c8f url(/direct/img/file_move_reset_icon_white.png) no-repeat 8px center; |
|
| 182 | 180 |
padding-left: 28px; |
| 183 | 181 |
height: 27px; |
| 184 | 182 |
font-size: 14px; |
... | ... | @@ -513,7 +511,7 @@ |
| 513 | 511 |
overflow-y: scroll; |
| 514 | 512 |
height: 362px; |
| 515 | 513 |
display: inline-block; |
| 516 |
- width: 157.1px; |
|
| 514 |
+ width: calc((100% / 5) - 3.7px); |
|
| 517 | 515 |
} |
| 518 | 516 |
|
| 519 | 517 |
.enroll_input_file_list_wrap table tbody tr td ul li {
|
... | ... | @@ -914,6 +912,10 @@ |
| 914 | 912 |
height:777px; |
| 915 | 913 |
} |
| 916 | 914 |
|
| 915 |
+.Biz_popup .enroll_input_left{width:37.7%;}
|
|
| 916 |
+.Biz_popup .enroll_input_file{width:58%;}
|
|
| 917 |
+.Biz_popup .enroll_input_left li:nth-child(2) .enroll_sort{display:inline-flex;width:80%;vertical-align:top;flex-wrap:wrap;gap:8px 0;}
|
|
| 918 |
+ |
|
| 917 | 919 |
.first_date, |
| 918 | 920 |
.last_date {
|
| 919 | 921 |
width: 111px !important; |
... | ... | @@ -1242,9 +1244,9 @@ |
| 1242 | 1244 |
} |
| 1243 | 1245 |
|
| 1244 | 1246 |
.delect_line input[type="button"] {
|
| 1245 |
- border: 1px solid #aaa; |
|
| 1247 |
+ border: 1px solid #878c8f; |
|
| 1246 | 1248 |
color: #fff; |
| 1247 |
- background: #aaa url(/direct/img/delect_line.png) no-repeat 5px center; |
|
| 1249 |
+ background: #878c8f url(/direct/img/delect_line.png) no-repeat 5px center; |
|
| 1248 | 1250 |
font-size: 14px; |
| 1249 | 1251 |
font-weight: 400 |
| 1250 | 1252 |
} |
... | ... | @@ -1820,6 +1822,15 @@ |
| 1820 | 1822 |
|
| 1821 | 1823 |
|
| 1822 | 1824 |
/*edu_popup_detail 시작*/ |
| 1825 |
+.edu_popup_detail .enroll_input_left{
|
|
| 1826 |
+ width:calc((100% / 2) - 100px); |
|
| 1827 |
+ margin:0 16px 0 0; |
|
| 1828 |
+} |
|
| 1829 |
+.edu_popup_detail .enroll_input_file{
|
|
| 1830 |
+ width:calc((100% / 2) + 24px); |
|
| 1831 |
+ margin:0 0 0 16px; |
|
| 1832 |
+} |
|
| 1833 |
+ |
|
| 1823 | 1834 |
|
| 1824 | 1835 |
.edu_popup_detail .enroll_input_left ul li .enroll_input_title{
|
| 1825 | 1836 |
vertical-align: middle !important; |
... | ... | @@ -1920,7 +1931,7 @@ |
| 1920 | 1931 |
} */ |
| 1921 | 1932 |
|
| 1922 | 1933 |
.edu_popup_detail .enroll_input_left ul li input[type="text"].edu_money{
|
| 1923 |
- width: 472px; |
|
| 1934 |
+ width: 470px; |
|
| 1924 | 1935 |
margin-right: 10px; |
| 1925 | 1936 |
} |
| 1926 | 1937 |
|
... | ... | @@ -1989,6 +2000,9 @@ |
| 1989 | 2000 |
} |
| 1990 | 2001 |
|
| 1991 | 2002 |
/*업체관리 팝업*/ |
| 2003 |
+ |
|
| 2004 |
+.enterprise_wrap .enroll_input_left{width:43%;}
|
|
| 2005 |
+.enterprise_wrap .enroll_input_left li:nth-child(1) .enroll_sort{display:inline-flex;width:82%;gap:8px 0;flex-wrap:wrap;}
|
|
| 1992 | 2006 |
|
| 1993 | 2007 |
.enterprise_team{
|
| 1994 | 2008 |
width: 565px; |
... | ... | @@ -2242,12 +2256,13 @@ |
| 2242 | 2256 |
|
| 2243 | 2257 |
.rtest_right_wrap {
|
| 2244 | 2258 |
display: inline-block; |
| 2259 |
+ width:53%; |
|
| 2245 | 2260 |
margin-left: 25px; |
| 2246 | 2261 |
} |
| 2247 | 2262 |
|
| 2248 | 2263 |
.rtest_right_wrap textarea {
|
| 2249 | 2264 |
margin-top: 10px; |
| 2250 |
- width: 694px; |
|
| 2265 |
+ width: 100%; |
|
| 2251 | 2266 |
height: 188px; |
| 2252 | 2267 |
} |
| 2253 | 2268 |
|
... | ... | @@ -2460,15 +2475,16 @@ |
| 2460 | 2475 |
} |
| 2461 | 2476 |
|
| 2462 | 2477 |
.asset_left_area .asset_list_tab_menu {
|
| 2478 |
+ display:flex; |
|
| 2463 | 2479 |
width: 248px; |
| 2464 | 2480 |
} |
| 2465 | 2481 |
|
| 2466 | 2482 |
.asset_left_area .asset_list_tab_menu li {
|
| 2467 | 2483 |
width: 83px; |
| 2468 | 2484 |
height: 28px; |
| 2469 |
- font-size: 11px; |
|
| 2485 |
+ font-size: 13px; |
|
| 2470 | 2486 |
line-height: 28px; |
| 2471 |
- margin-left: -3px; |
|
| 2487 |
+ |
|
| 2472 | 2488 |
} |
| 2473 | 2489 |
|
| 2474 | 2490 |
.asset_left_area .asset_list_tab_menu li:last-child a {
|
... | ... | @@ -2476,18 +2492,23 @@ |
| 2476 | 2492 |
} |
| 2477 | 2493 |
|
| 2478 | 2494 |
.asset_left_area .asset_list_tab_menu li a {
|
| 2479 |
- padding: 0 24.46px |
|
| 2495 |
+ display:flex; |
|
| 2496 |
+ padding:0; |
|
| 2497 |
+ width:100%; |
|
| 2498 |
+ justify-content:center; |
|
| 2499 |
+ align-items:center; |
|
| 2480 | 2500 |
} |
| 2481 | 2501 |
|
| 2482 | 2502 |
.asset_left_area .asset_list_tab_menu li.list_tab_menu_on {
|
| 2483 | 2503 |
width: 83px; |
| 2484 | 2504 |
height: 28px; |
| 2485 |
- font-size: 11px; |
|
| 2486 |
- font-size: 12px !important; |
|
| 2505 |
+ |
|
| 2487 | 2506 |
} |
| 2488 | 2507 |
|
| 2489 | 2508 |
.asset_left_area .asset_list_tab_menu li.list_tab_menu_on a {
|
| 2490 | 2509 |
border-right: none; |
| 2510 |
+ font-size:14px; |
|
| 2511 |
+ |
|
| 2491 | 2512 |
} |
| 2492 | 2513 |
|
| 2493 | 2514 |
.asset_left_serch_area {
|
... | ... | @@ -2637,6 +2658,7 @@ |
| 2637 | 2658 |
.asset_right_serch_area input[type="text"]::placeholder {
|
| 2638 | 2659 |
background: none; |
| 2639 | 2660 |
font-size: 13px; |
| 2661 |
+ |
|
| 2640 | 2662 |
} |
| 2641 | 2663 |
|
| 2642 | 2664 |
.asset_right_serch_area input[type="button"].asset_right_serch_btn {
|
... | ... | @@ -2665,7 +2687,7 @@ |
| 2665 | 2687 |
|
| 2666 | 2688 |
.asset_right_sort_table .asset_list_tab_menu li.table_btns_list {
|
| 2667 | 2689 |
display: inline-block; |
| 2668 |
- width: 551px; |
|
| 2690 |
+ width: 555px; |
|
| 2669 | 2691 |
text-align: right; |
| 2670 | 2692 |
} |
| 2671 | 2693 |
|
... | ... | @@ -2946,16 +2968,20 @@ |
| 2946 | 2968 |
|
| 2947 | 2969 |
.asset_right_sort_table .list_tab_menu_wrap .asset_table_detail .asset_list_tab_menu li {
|
| 2948 | 2970 |
width: 83px; |
| 2949 |
- font-size: 11px; |
|
| 2971 |
+ font-size: 13px; |
|
| 2950 | 2972 |
margin-left: -4px; |
| 2951 | 2973 |
} |
| 2952 | 2974 |
|
| 2953 | 2975 |
.asset_right_sort_table .list_tab_menu_wrap .asset_table_detail .asset_list_tab_menu li.list_tab_menu_on {
|
| 2954 |
- font-size: 12px !important; |
|
| 2976 |
+ font-size: 14px !important; |
|
| 2955 | 2977 |
} |
| 2956 | 2978 |
|
| 2957 | 2979 |
.asset_right_sort_table .list_tab_menu_wrap .asset_table_detail .asset_list_tab_menu li a {
|
| 2958 |
- padding: 0 19.4px |
|
| 2980 |
+ display:inline-block; |
|
| 2981 |
+ width:100%; |
|
| 2982 |
+ height:18px; |
|
| 2983 |
+ line-height:18px; |
|
| 2984 |
+ padding: 0; |
|
| 2959 | 2985 |
} |
| 2960 | 2986 |
|
| 2961 | 2987 |
.asset_right_sort_table .list_tab_menu_wrap .asset_table_detail .asset_list_tab_menu li.table_btns_list {
|
... | ... | @@ -3469,6 +3495,8 @@ |
| 3469 | 3495 |
.asset_popup_repair .asset_popup_title .enroll_popup_title_btns{
|
| 3470 | 3496 |
margin-right: 10px; |
| 3471 | 3497 |
} |
| 3498 |
+ |
|
| 3499 |
+.asset_popup_exposure_list .asset_exposure_list.enroll_input_left{width:100%;}
|
|
| 3472 | 3500 |
|
| 3473 | 3501 |
.asset_popup_alram .asset_alram ul li, |
| 3474 | 3502 |
.asset_popup_enroll_sort .asset_enroll_sort ul li, |
... | ... | @@ -4260,7 +4288,7 @@ |
| 4260 | 4288 |
} |
| 4261 | 4289 |
|
| 4262 | 4290 |
.complanint_wrap ul li input[type="text"].complanint_title_text {
|
| 4263 |
- width: 663px; |
|
| 4291 |
+ width: 658px; |
|
| 4264 | 4292 |
height: 29px; |
| 4265 | 4293 |
vertical-align: middle; |
| 4266 | 4294 |
} |
... | ... | @@ -6012,7 +6040,7 @@ |
| 6012 | 6040 |
} |
| 6013 | 6041 |
|
| 6014 | 6042 |
.enroll_popup .enroll_wrap .enroll_input_file .sla_file_wrap table tbody tr td{
|
| 6015 |
- min-width: 197.3px; |
|
| 6043 |
+ min-width: 196.3px; |
|
| 6016 | 6044 |
} |
| 6017 | 6045 |
|
| 6018 | 6046 |
.enroll_popup .enroll_wrap .enroll_input_file .sla_file_wrap table thead tr th{
|
... | ... | @@ -6239,8 +6267,8 @@ |
| 6239 | 6267 |
|
| 6240 | 6268 |
.eva_down_btn input[type="button"]#table_remove{
|
| 6241 | 6269 |
background: url(/direct/img/del_table.png) no-repeat 8px center; |
| 6242 |
- color: #aaa; |
|
| 6243 |
- border: 1px solid #aaa; |
|
| 6270 |
+ color: #878c8f; |
|
| 6271 |
+ border: 1px solid #878c8f; |
|
| 6244 | 6272 |
font-weight: 400; |
| 6245 | 6273 |
padding-left: 25px; |
| 6246 | 6274 |
} |
... | ... | @@ -6251,7 +6279,7 @@ |
| 6251 | 6279 |
} |
| 6252 | 6280 |
|
| 6253 | 6281 |
.eva_down_btn input[type="button"]#table_remove:hover{
|
| 6254 |
- background: #aaa url(/direct/img/del_table_white.png) no-repeat 8px center; |
|
| 6282 |
+ background: #878c8f url(/direct/img/del_table_white.png) no-repeat 8px center; |
|
| 6255 | 6283 |
color: #fff; |
| 6256 | 6284 |
} |
| 6257 | 6285 |
|
... | ... | @@ -6298,7 +6326,7 @@ |
| 6298 | 6326 |
} |
| 6299 | 6327 |
|
| 6300 | 6328 |
.add_sc_input ul li input[type="radio"]+label{
|
| 6301 |
- margin-left: 68px; |
|
| 6329 |
+ /* margin-left: 68px; */ |
|
| 6302 | 6330 |
vertical-align: middle; |
| 6303 | 6331 |
font-size: 15px; |
| 6304 | 6332 |
} |
... | ... | @@ -7185,16 +7213,16 @@ |
| 7185 | 7213 |
|
| 7186 | 7214 |
/*20191115 - radio 버튼 클릭 시 맞추기*/ |
| 7187 | 7215 |
|
| 7188 |
-.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]:checked+label{background-position: 1.5px 2.5px;}
|
|
| 7189 |
-.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cd1:checked+label{background-position: 2.3px 2.5px;}
|
|
| 7216 |
+.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]:checked+label{background-position: center;}
|
|
| 7217 |
+/* .fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cd1:checked+label{background-position: 2.3px 2.5px;}
|
|
| 7190 | 7218 |
.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort_sub input[type="radio"]#sub_cd4:checked+label{background-position: 1.4px 2.5px;}
|
| 7191 | 7219 |
.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort_sub input[type="radio"]#sub_cd5:checked+label{background-position: 1.7px 2.5px;}
|
| 7192 | 7220 |
.fault_popup .enroll_wrap .enroll_input_left ul li .fault_work_date_check input[type="radio"]#date_cd1:checked+label{background-position: 2.1px 1.6px;}
|
| 7193 | 7221 |
.fault_popup .enroll_wrap .enroll_input_left ul li .fault_work_date_check input[type="radio"]#date_cd2:checked+label{background-position: 1.5px 1.6px;}
|
| 7194 | 7222 |
.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#place_cd1:checked+label{background-position: 2.3px 2.3px;}
|
| 7195 |
-.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#place_cd2:checked+label{background-position: 1.6px 2.1px;}
|
|
| 7196 |
-.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]:checked+label{background-position: 2.8px 2.8px;}
|
|
| 7197 |
-.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#cb1:checked+label{background-position: 3.3px 2.8px;}
|
|
| 7223 |
+.fault_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#place_cd2:checked+label{background-position: 1.6px 2.1px;} */
|
|
| 7224 |
+.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]:checked+label{background-position: center;;}
|
|
| 7225 |
+/* .Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#cb1:checked+label{background-position: 3.3px 2.8px;}
|
|
| 7198 | 7226 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#s1:checked+label{background-position: 3.3px 2.5px;}
|
| 7199 | 7227 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#s2:checked+label{background-position: 2.7px 2.5px;}
|
| 7200 | 7228 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#s3:checked+label{background-position: 2.7px 2.5px;}
|
... | ... | @@ -7204,8 +7232,8 @@ |
| 7204 | 7232 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#a1:checked+label{background-position: 3.3px 3.3px;}
|
| 7205 | 7233 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#a2:checked+label{background-position: 2.7px 3.3px;}
|
| 7206 | 7234 |
.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#a3:checked+label{background-position: 2.8px 3.3px;}
|
| 7207 |
-.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#a4:checked+label{background-position: 3.3px 3.3px;}
|
|
| 7208 |
-.Sci_popup .enroll_input_left ul li .enroll_sort input[type="radio"]#cb1:checked+label{background-position: 2.5px 1.8px;}
|
|
| 7235 |
+.Biz_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#a4:checked+label{background-position: 3.3px 3.3px;} */
|
|
| 7236 |
+/* .Sci_popup .enroll_input_left ul li .enroll_sort input[type="radio"]#cb1:checked+label{background-position: 2.5px 1.8px;}
|
|
| 7209 | 7237 |
.Sci_popup .enroll_input_left ul li .enroll_sort input[type="radio"]#cb2:checked+label{background-position: 1.7px 1.8px;}
|
| 7210 | 7238 |
.admin_complanint_wrap .list_tab_menu_wrap .complanint_tab_menu_wrap .complanint_handling_menu ul li ul.handling_status li input[type="radio"]#stateCd_01:checked+label{background-position:1.8px 1.7px;}
|
| 7211 | 7239 |
.admin_complanint_wrap .list_tab_menu_wrap .complanint_tab_menu_wrap .complanint_handling_menu ul li ul.handling_status li input[type="radio"]#stateCd_02:checked+label{background-position:1.8px 1.7px;}
|
... | ... | @@ -7243,7 +7271,7 @@ |
| 7243 | 7271 |
.edu_popup_detail .enroll_input_left ul li .enroll_sort .sub_sort input[type="radio"]#t2:checked+label{background-position:1.7px 1.7px;}
|
| 7244 | 7272 |
.edu_popup_detail .enroll_input_left ul li.edu_place input[type="radio"]#c1:checked+label{background-position:1.9px 2.2px;}
|
| 7245 | 7273 |
.edu_popup_detail .enroll_input_left ul li.edu_place input[type="radio"]#c2:checked+label{background-position:1.7px 2.2px;}
|
| 7246 |
-.edu_popup_detail .enroll_input_left ul li.edu_place input[type="radio"]#c3:checked+label{background-position:1.8px 2.2px;}
|
|
| 7274 |
+.edu_popup_detail .enroll_input_left ul li.edu_place input[type="radio"]#c3:checked+label{background-position:1.8px 2.2px;} */
|
|
| 7247 | 7275 |
|
| 7248 | 7276 |
|
| 7249 | 7277 |
/*20191118*/ |
... | ... | @@ -7312,32 +7340,32 @@ |
| 7312 | 7340 |
|
| 7313 | 7341 |
/*2019-12-20 라디오박스/체크박스 체크 수정 */ |
| 7314 | 7342 |
|
| 7315 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn0+label{background-position: 2px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7316 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn1+label{background-position: 2px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7317 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn2+label{background-position: 2px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7318 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn0:checked+label{background-position: 2px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7319 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn1:checked+label{background-position: 1.5px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7320 |
-.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn2:checked+label{background-position: 2.4px 2.1px;width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7321 |
-.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrOpenCd1:checked+label{background-position: 1.7px 1.65px;}
|
|
| 7343 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn0+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7344 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn1+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7345 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn2+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7346 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn0:checked+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7347 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn1:checked+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7348 |
+.add_sc_popup .enroll_input_left.add_sc_input ul li input[type="radio"]#schdlrShareYn2:checked+label{width:12px;height:12px;margin-top:-3px;margin-right:8px;}
|
|
| 7349 |
+/* .setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrOpenCd1:checked+label{background-position: 1.7px 1.65px;}
|
|
| 7322 | 7350 |
.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrOpenCd2:checked+label{background-position: 2.15px 1.65px;}
|
| 7323 | 7351 |
.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrOpenCd3:checked+label{background-position: 1.95px 1.55px;}
|
| 7324 | 7352 |
.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrWeekBgnCd1:checked+label{background-position: 1.7px 2.1px;}
|
| 7325 | 7353 |
.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrWeekBgnCd2:checked+label{background-position: 1.85px 2.2px;}
|
| 7326 | 7354 |
.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrTimeCd1:checked+label{background-position: 1.55px 1.65px;}
|
| 7327 |
-.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrTimeCd2:checked+label{background-position: 2px 1.65px;}
|
|
| 7328 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_01+label{background-position: 2.4px 1.85px;margin-right:5px}
|
|
| 7329 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_02+label{background-position: 1.6px 1.85px;margin-right:5px}
|
|
| 7330 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_09+label{background-position: 1.8px 1.85px;margin-right:5px}
|
|
| 7331 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_01+label{background-position: 2.4px 1.85px;margin-right:5px}
|
|
| 7332 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_02+label{background-position: 1.6px 1.85px;margin-right:5px}
|
|
| 7333 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_09+label{background-position: 1.8px 1.85px;margin-right:5px}
|
|
| 7334 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_01:checked+label{background-position: 2.4px 1.85px;margin-right:5px}
|
|
| 7335 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_02:checked+label{background-position: 1.6px 1.85px;margin-right:5px}
|
|
| 7336 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_09:checked+label{background-position: 1.8px 1.85px;margin-right:5px}
|
|
| 7337 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_01:checked+label{background-position: 2.4px 1.85px;margin-right:5px}
|
|
| 7338 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_02:checked+label{background-position: 1.6px 1.85px;margin-right:5px}
|
|
| 7339 |
-.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_09:checked+label{background-position: 1.8px 1.85px;margin-right:5px}
|
|
| 7340 |
-.ptr_List table tbody tr td input[type="radio"]#check0+label{background-position:2.5px 1.4px;}
|
|
| 7355 |
+.setting_sc_popup .enroll_input_left.set_sc_input ul li input[type="radio"]#schdlrTimeCd2:checked+label{background-position: 2px 1.65px;} */
|
|
| 7356 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_01+label{margin-right:5px}
|
|
| 7357 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_02+label{margin-right:5px}
|
|
| 7358 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_09+label{margin-right:5px}
|
|
| 7359 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_01+label{margin-right:5px}
|
|
| 7360 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_02+label{margin-right:5px}
|
|
| 7361 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_09+label{margin-right:5px}
|
|
| 7362 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_01:checked+label{margin-right:5px}
|
|
| 7363 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_02:checked+label{margin-right:5px}
|
|
| 7364 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periQuCd_09:checked+label{margin-right:5px}
|
|
| 7365 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_01:checked+label{margin-right:5px}
|
|
| 7366 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_02:checked+label{margin-right:5px}
|
|
| 7367 |
+.rtest_left ul li .enroll_sort input[type="radio"]#periMeCd_09:checked+label{margin-right:5px}
|
|
| 7368 |
+/* .ptr_List table tbody tr td input[type="radio"]#check0+label{background-position:2.5px 1.4px;}
|
|
| 7341 | 7369 |
.ptr_List table tbody tr td input[type="radio"]#check1+label{background-position:2.5px 2px;}
|
| 7342 | 7370 |
.ptr_List table tbody tr td input[type="radio"]#check2+label{background-position:2.4px 1.6px;}
|
| 7343 | 7371 |
.ptr_List table tbody tr td input[type="radio"]#check3+label{background-position:2.5px 2px;}
|
... | ... | @@ -7346,7 +7374,7 @@ |
| 7346 | 7374 |
.ptr_List table tbody tr td input[type="radio"]#check6+label{background-position:2.5px 1.8px;}
|
| 7347 | 7375 |
.ptr_List table tbody tr td input[type="radio"]#check7+label{background-position:2.4px 2.35px;}
|
| 7348 | 7376 |
.ptr_List table tbody tr td input[type="radio"]#check8+label{background-position:2.45px 1.8px;}
|
| 7349 |
-.ptr_List table tbody tr td input[type="radio"]#check9+label{background-position:2.4px 2.4px;}
|
|
| 7377 |
+.ptr_List table tbody tr td input[type="radio"]#check9+label{background-position:2.4px 2.4px;} */
|
|
| 7350 | 7378 |
|
| 7351 | 7379 |
|
| 7352 | 7380 |
/* 2019.12.26 - 라디오박스 라벨 등 수정 */ |
... | ... | @@ -7386,12 +7414,12 @@ |
| 7386 | 7414 |
.complanint_handling_menu ul li .enroll_input_title{font-weight: 400;}
|
| 7387 | 7415 |
.enroll_input_left.rtest_left ul li .enroll_input_title .listTitle{font-weight: 400;}
|
| 7388 | 7416 |
|
| 7389 |
-.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb1:checked+label{background-position: 2.4px 1.8px;}
|
|
| 7417 |
+/* .enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb1:checked+label{background-position: 2.4px 1.8px;}
|
|
| 7390 | 7418 |
.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb2:checked+label{background-position: 1.75px 1.75px;}
|
| 7391 | 7419 |
.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb3:checked+label{background-position: 1.7px 1.8px;}
|
| 7392 | 7420 |
.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb4:checked+label{background-position: 1.75px 1.75px;}
|
| 7393 | 7421 |
.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb5:checked+label{background-position: 2.2px 1.8px;}
|
| 7394 |
-.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb6:checked+label{background-position: 2.3px 1.8px;}
|
|
| 7422 |
+.enterprise_popup .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="radio"]#cb6:checked+label{background-position: 2.3px 1.8px;} */
|
|
| 7395 | 7423 |
|
| 7396 | 7424 |
/* 2019.1.2 - 코딩 수정 */ |
| 7397 | 7425 |
|
... | ... | @@ -7409,7 +7437,7 @@ |
| 7409 | 7437 |
.enroll_input_left ul li.addSchDate input[type="text"].timepicker{width:80px;}
|
| 7410 | 7438 |
.enroll_input_left ul li.detailSchCont textarea{width: 487px;}
|
| 7411 | 7439 |
|
| 7412 |
-.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]+label{margin-left:0;margin-right:7px;}
|
|
| 7440 |
+/* .edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]+label{margin-left:0;margin-right:7px;}
|
|
| 7413 | 7441 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]+label+label{margin-right:20px;}
|
| 7414 | 7442 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#ac1:checked+label{background-position:3.3px 2.5px;}
|
| 7415 | 7443 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li .enroll_sort input[type="checkbox"]#ac2:checked+label{background-position:2.4px 2.4px;}
|
... | ... | @@ -7417,7 +7445,7 @@ |
| 7417 | 7445 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li .enroll_sort .sub_sort input[type="checkbox"]#t2:checked+label{background-position:2.5px 3px;}
|
| 7418 | 7446 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]#cH0101:checked+label{background-position:2px 2.2px;}
|
| 7419 | 7447 |
.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]#cH0102:checked+label{background-position:1.6px 2.2px;}
|
| 7420 |
-.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]#cH0103:checked+label{background-position:2px 2.2px;}
|
|
| 7448 |
+.edu_popup_detail .enroll_wrap .enroll_input_left ul li.edu_place input[type="radio"]#cH0103:checked+label{background-position:2px 2.2px;} */
|
|
| 7421 | 7449 |
|
| 7422 | 7450 |
|
| 7423 | 7451 |
/*2020.01.22 - 수정*/ |
... | ... | @@ -7517,4 +7545,8 @@ |
| 7517 | 7545 |
/* 2020.03.10 - 수정사항 */ |
| 7518 | 7546 |
|
| 7519 | 7547 |
tr.noSerchTr{display:flex;width:100%;}
|
| 7520 |
-td.noSerch{display:flex;flex-direction:column;width:100% !important;max-width:100% !important;text-align:center;padding:10px 0;} (No newline at end of file)
|
|
| 7548 |
+td.noSerch{display:flex;flex-direction:column;width:100% !important;max-width:100% !important;text-align:center;padding:10px 0;}
|
|
| 7549 |
+ |
|
| 7550 |
+.asset_list_page ul{display:inline-flex;align-items:center;}
|
|
| 7551 |
+.asset_list_page ul li{height:auto;}
|
|
| 7552 |
+.asset_list_page .page_first,.asset_list_page .page_last{height:auto;} (No newline at end of file)
|
--- src/main/webapp/direct/css/font.css
+++ src/main/webapp/direct/css/font.css
... | ... | @@ -1,4 +1,4 @@ |
| 1 |
-@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
|
|
| 1 |
+/* @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}
|
|
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}
|
... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 |
|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
-@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}
|
|
| 20 |
+@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');} */
|
|
| 21 | 21 |
|
| 22 | 22 |
|
| 23 | 23 |
|
--- src/main/webapp/direct/css/index.css
+++ src/main/webapp/direct/css/index.css
... | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 |
font-weight: 300; |
| 17 | 17 |
line-height: 53px; |
| 18 | 18 |
text-align: center; |
| 19 |
- color: #777; |
|
| 19 |
+ color: #575a5f; |
|
| 20 | 20 |
display:inline-block; |
| 21 | 21 |
} |
| 22 | 22 |
|
... | ... | @@ -257,6 +257,7 @@ |
| 257 | 257 |
} |
| 258 | 258 |
|
| 259 | 259 |
.file{
|
| 260 |
+ width:20px; |
|
| 260 | 261 |
background: url(/direct/img/file_icon.png) no-repeat center center; |
| 261 | 262 |
} |
| 262 | 263 |
|
... | ... | @@ -288,10 +289,10 @@ |
| 288 | 289 |
.list_tab_menu li{
|
| 289 | 290 |
height: 53px; |
| 290 | 291 |
font-size: 16px; |
| 291 |
- font-weight: 300; |
|
| 292 |
+ font-weight: 400; |
|
| 292 | 293 |
line-height: 53px; |
| 293 | 294 |
text-align: center; |
| 294 |
- color: #777; |
|
| 295 |
+ color: #575a5f; |
|
| 295 | 296 |
display:inline-block; |
| 296 | 297 |
} |
| 297 | 298 |
|
... | ... | @@ -542,8 +543,8 @@ |
| 542 | 543 |
|
| 543 | 544 |
.setting_btn input[type="button"].list_btn{
|
| 544 | 545 |
background: url(/direct/img/list_btn.png) no-repeat 8px center; |
| 545 |
- border: 1px solid #aaa; |
|
| 546 |
- color: #aaa; |
|
| 546 |
+ border: 1px solid #878c8f; |
|
| 547 |
+ color: #878c8f; |
|
| 547 | 548 |
padding-left: 18px; |
| 548 | 549 |
} |
| 549 | 550 |
|
... | ... | @@ -588,15 +589,15 @@ |
| 588 | 589 |
} |
| 589 | 590 |
|
| 590 | 591 |
.setting_btn input[type="button"].password_change_btn{
|
| 591 |
- border: 1px solid #aaa; |
|
| 592 |
- color: #aaa; |
|
| 592 |
+ border: 1px solid #878c8f; |
|
| 593 |
+ color: #878c8f; |
|
| 593 | 594 |
background-color: #fff; |
| 594 | 595 |
} |
| 595 | 596 |
|
| 596 | 597 |
.setting_btn input[type="button"].password_change_btn:hover{
|
| 597 |
- border: 1px solid #aaa; |
|
| 598 |
+ border: 1px solid #878c8f; |
|
| 598 | 599 |
color: #fff; |
| 599 |
- background-color: #aaa; |
|
| 600 |
+ background-color: #878c8f; |
|
| 600 | 601 |
} |
| 601 | 602 |
|
| 602 | 603 |
.setting_list_wrap table tr td input[type="radio"]+label{
|
... | ... | @@ -628,7 +629,7 @@ |
| 628 | 629 |
|
| 629 | 630 |
.fault_cont_area .list_tab_menu_wrap ul.fault_list_tab_menu li {
|
| 630 | 631 |
height: 40px; |
| 631 |
- font-size: 13px; |
|
| 632 |
+ font-size: 14px; |
|
| 632 | 633 |
line-height: 42px; |
| 633 | 634 |
} |
| 634 | 635 |
|
... | ... | @@ -672,7 +673,7 @@ |
| 672 | 673 |
.fault_serch_area input[type="text"] {
|
| 673 | 674 |
width: 245px; |
| 674 | 675 |
height: 27px; |
| 675 |
- font-size: 13px; |
|
| 676 |
+ font-size: 14px; |
|
| 676 | 677 |
} |
| 677 | 678 |
|
| 678 | 679 |
.fault_serch_area input[type="button"].fault_serch_btn {
|
... | ... | @@ -680,7 +681,7 @@ |
| 680 | 681 |
background-color: #aaa; |
| 681 | 682 |
border: none; |
| 682 | 683 |
color: #fff; |
| 683 |
- font-size: 13px; |
|
| 684 |
+ font-size: 14px; |
|
| 684 | 685 |
border-radius: 3px; |
| 685 | 686 |
height: 31px; |
| 686 | 687 |
vertical-align: top; |
... | ... | @@ -709,7 +710,7 @@ |
| 709 | 710 |
color: #fff; |
| 710 | 711 |
border: none; |
| 711 | 712 |
border-radius: 5px; |
| 712 |
- font-size: 13px; |
|
| 713 |
+ font-size: 14px; |
|
| 713 | 714 |
font-weight: 400; |
| 714 | 715 |
vertical-align: top; |
| 715 | 716 |
margin-left: 5px; |
... | ... | @@ -1559,19 +1560,25 @@ |
| 1559 | 1560 |
} |
| 1560 | 1561 |
|
| 1561 | 1562 |
.ip_area .ip_left_area .ip_list_tab_menu li a {
|
| 1562 |
- padding: 0 24.46px; |
|
| 1563 |
+ |
|
| 1563 | 1564 |
} |
| 1564 | 1565 |
|
| 1565 | 1566 |
.ip_area .ip_right_area .ip_right_sort_table .list_tab_menu_wrap .ip_list_tab_menu li {
|
| 1566 |
- width: 82px; |
|
| 1567 |
+ width: 88px; |
|
| 1568 |
+ margin:0; |
|
| 1567 | 1569 |
} |
| 1568 | 1570 |
|
| 1569 | 1571 |
.ip_area .ip_right_area .ip_right_sort_table .list_tab_menu_wrap .ip_list_tab_menu li a {
|
| 1570 |
- padding: 0 21.53px; |
|
| 1572 |
+ display:inline-flex; |
|
| 1573 |
+ justify-content:center; |
|
| 1574 |
+ align-items:center; |
|
| 1575 |
+ height:18px; |
|
| 1576 |
+ padding:0; |
|
| 1577 |
+ width:100%; |
|
| 1571 | 1578 |
} |
| 1572 | 1579 |
|
| 1573 | 1580 |
.ip_area .ip_right_area .ip_right_sort_table .list_tab_menu_wrap .ip_list_tab_menu li.table_btns_list {
|
| 1574 |
- width: 729px; |
|
| 1581 |
+ width: 678px; |
|
| 1575 | 1582 |
} |
| 1576 | 1583 |
|
| 1577 | 1584 |
.ip_area .ip_right_area .ip_right_sort_table .list_tab_menu_wrap .ip_list_tab_menu li.table_btns_list .nice-select {
|
... | ... | @@ -2149,16 +2156,16 @@ |
| 2149 | 2156 |
} |
| 2150 | 2157 |
|
| 2151 | 2158 |
.cont_cal .cal_sm input[type="button"].cal_list{
|
| 2152 |
- border: 1px solid #aaa; |
|
| 2153 |
- color: #aaa; |
|
| 2159 |
+ border: 1px solid #878c8f; |
|
| 2160 |
+ color: #878c8f; |
|
| 2154 | 2161 |
background: url(/direct/img/cal_list.png) no-repeat 8px center; |
| 2155 | 2162 |
padding-left: 25px; |
| 2156 | 2163 |
} |
| 2157 | 2164 |
|
| 2158 | 2165 |
.cont_cal .cal_sm input[type="button"].cal_list:hover{
|
| 2159 |
- border: 1px solid #aaa; |
|
| 2166 |
+ border: 1px solid #878c8f; |
|
| 2160 | 2167 |
color: #fff; |
| 2161 |
- background: #aaa url(/direct/img/cal_list_white.png) no-repeat 8px center; |
|
| 2168 |
+ background: #878c8f url(/direct/img/cal_list_white.png) no-repeat 8px center; |
|
| 2162 | 2169 |
padding-left: 25px; |
| 2163 | 2170 |
} |
| 2164 | 2171 |
|
... | ... | @@ -3113,9 +3120,9 @@ |
| 3113 | 3120 |
|
| 3114 | 3121 |
.pf_btns input[type="button"].change_img_btn {
|
| 3115 | 3122 |
background-color: #fff; |
| 3116 |
- border: 1px solid #aaa; |
|
| 3123 |
+ border: 1px solid #878c8f; |
|
| 3117 | 3124 |
padding: 1px 10px; |
| 3118 |
- color: #aaa; |
|
| 3125 |
+ color: #878c8f; |
|
| 3119 | 3126 |
font-size: 14px; |
| 3120 | 3127 |
border-radius: 5px; |
| 3121 | 3128 |
} |
... | ... | @@ -3384,7 +3391,7 @@ |
| 3384 | 3391 |
|
| 3385 | 3392 |
/* ip 수정 - 20191114 */ |
| 3386 | 3393 |
|
| 3387 |
-.ip_enroll_list li input[type="radio"]+label{background-position: 2.5px 1.5px;}
|
|
| 3394 |
+/* .ip_enroll_list li input[type="radio"]+label{background-position: 2.5px 1.5px;} */
|
|
| 3388 | 3395 |
|
| 3389 | 3396 |
/*20191114 - title*/ |
| 3390 | 3397 |
|
--- src/main/webapp/direct/css/reset.css
+++ src/main/webapp/direct/css/reset.css
... | ... | @@ -516,7 +516,7 @@ |
| 516 | 516 |
resize: vertical; |
| 517 | 517 |
border: 1px solid #ccc; |
| 518 | 518 |
border-radius: 5px; |
| 519 |
- font-size: 12px; |
|
| 519 |
+ font-size: 14px; |
|
| 520 | 520 |
padding: 5px; |
| 521 | 521 |
overflow: visible; |
| 522 | 522 |
min-height: 20px; |
... | ... | @@ -586,8 +586,10 @@ |
| 586 | 586 |
|
| 587 | 587 |
input[type="text"]{
|
| 588 | 588 |
word-wrap: break-word; |
| 589 |
- color: #777; |
|
| 589 |
+ color: #333; |
|
| 590 | 590 |
} |
| 591 |
+ |
|
| 592 |
+input[type="text"]::placeholder{font-size:14px;color:#666;opacity:1;font-family: 'Noto Sans KR', sans-serif;}
|
|
| 591 | 593 |
|
| 592 | 594 |
input[type="text"]:focus {
|
| 593 | 595 |
border: 1px solid #0388d2; |
... | ... | @@ -672,5 +674,4 @@ |
| 672 | 674 |
} |
| 673 | 675 |
|
| 674 | 676 |
/* header 검색창 문제 - 20191203 */ |
| 675 |
- |
|
| 676 | 677 |
button{border:none;}
|
--- src/main/webapp/direct/img/cal_img.png
+++ src/main/webapp/direct/img/cal_img.png
| Binary file is not shown |
--- src/main/webapp/direct/img/cal_list.png
+++ src/main/webapp/direct/img/cal_list.png
| Binary file is not shown |
--- src/main/webapp/direct/img/enroll_edit_icon.png
+++ src/main/webapp/direct/img/enroll_edit_icon.png
| Binary file is not shown |
--- src/main/webapp/direct/img/enroll_file_icon.png
+++ src/main/webapp/direct/img/enroll_file_icon.png
| Binary file is not shown |
--- src/main/webapp/direct/img/enroll_file_icon_hover.png
+++ src/main/webapp/direct/img/enroll_file_icon_hover.png
| Binary file is not shown |
--- src/main/webapp/direct/img/file_icon.png
+++ src/main/webapp/direct/img/file_icon.png
| Binary file is not shown |
+++ src/main/webapp/images/btn/icon_after_month.png
| Binary file is not shown |
+++ src/main/webapp/images/btn/icon_after_year.png
| Binary file is not shown |
+++ src/main/webapp/images/btn/icon_prev_month.png
| Binary file is not shown |
+++ src/main/webapp/images/btn/icon_prev_year.png
| Binary file is not shown |
--- src/main/webapp/js/EgovCalPopup.js
+++ src/main/webapp/js/EgovCalPopup.js
... | ... | @@ -75,11 +75,11 @@ |
| 75 | 75 |
var sAppName = navigator.appName ; |
| 76 | 76 |
|
| 77 | 77 |
if( sAppName.indexOf("Netscape") > -1){
|
| 78 |
- openParam = "dialogWidth:275px;dialogHeight:171px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 78 |
+ openParam = "dialogWidth:400px;dialogHeight:450px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 79 | 79 |
}else if(sAppName.indexOf("Microsoft") > -1){
|
| 80 |
- openParam = "dialogWidth:275px;dialogHeight:171px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 80 |
+ openParam = "dialogWidth:400px;dialogHeight:450px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 81 | 81 |
}else{
|
| 82 |
- openParam = "dialogWidth:275px;dialogHeight:171px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 82 |
+ openParam = "dialogWidth:400px;dialogHeight:450px;scroll:no;status:no;center:yes;resizable:yes;"; |
|
| 83 | 83 |
} |
| 84 | 84 |
|
| 85 | 85 |
retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback"); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?