|
@@ -260,8 +260,8 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
260
|
260
|
#ITP_WRAPPER header .header_wrap img.brand {float: right; height: 45px; margin: 5px; border-radius: 50%; border: 1px solid #666;}
|
261
|
261
|
#ITP_WRAPPER header .header_wrap label{ margin-top: 15px; width: 50px; height: 25px; font-size: 1rem;float: left; color: #fff;}
|
262
|
262
|
#ITP_WRAPPER header .header_wrap .name_info {width: calc(100% - 120px); height:49px; display:inline-flex;}
|
263
|
|
-#ITP_WRAPPER header .header_wrap .name_info .bn {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:0; text-align:right; width:115%; height:22px; font-size:18px;}
|
264
|
|
-#ITP_WRAPPER header .header_wrap .name_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:3px; padding-top:2px; text-align:left; width: 85%; font-size: 15px; color:#fff; margin-top:14px;}
|
|
263
|
+#ITP_WRAPPER header .header_wrap .name_info .bn {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-top:0; text-align:right; width:50%; height:22px; font-size:18px;}
|
|
264
|
+#ITP_WRAPPER header .header_wrap .name_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:3px; padding-top:2px; text-align:left; width: 50%; font-size: 15px; color:#fff; margin-top:14px;}
|
265
|
265
|
|
266
|
266
|
#ITP_WRAPPER header .header_wrap .logout {float: right; width: 40px;}
|
267
|
267
|
#ITP_WRAPPER header .header_wrap .logout button {margin-top: 15px; margin-right:20px; padding:0; width: 20px; height: 20px; border:none; font-size: 0.8rem;background: transparent;}
|
|
@@ -654,10 +654,10 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
654
|
654
|
|
655
|
655
|
/* 메인화면 공지사항 추가 */
|
656
|
656
|
#ITP_MAIN_CONTAINER.itp_main_box{position:relative; height:calc(100vh - 49px); overflow:auto;}
|
657
|
|
-#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:46px; padding:10px; border-bottom:1px solid #aaa; border-top:1px solid #aaa; background:#dce6f2;}
|
|
657
|
+#ITP_MAIN_CONTAINER .itp_note_header {width:100%; height:46px; padding:10px; border-bottom:1px solid #aaa; background:#dce6f2;}
|
658
|
658
|
#ITP_MAIN_CONTAINER .itp_note_header h1 {font-size:16pt; text-align:left; margin:0;}
|
659
|
|
-#ITP_MAIN_CONTAINER .itp_note_bar {height:180px;}
|
660
|
|
-#ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; top:76px; font-weight:700; font-size:14pt; marign:0;}
|
|
659
|
+#ITP_MAIN_CONTAINER .itp_note_bar {height: auto; max-height:180px;}
|
|
660
|
+#ITP_MAIN_CONTAINER .itp_note_bar h1 {position:relative; font-weight:700; font-size:14pt; margin:0; height:60px; padding-top:20px; border-bottom:1px solid #aaa;}
|
661
|
661
|
#ITP_MAIN_CONTAINER .itp_note_bar li {border-bottom:1px solid #aaa; padding:5px; height:60px;}
|
662
|
662
|
/* #ITP_MAIN_CONTAINER .itp_note_bar li:first-child {border-top:none;} */
|
663
|
663
|
#ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info {display:flex; height:24px;}
|
|
@@ -665,15 +665,16 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
665
|
665
|
#ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info span {width:14px;}
|
666
|
666
|
#ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 76px);}
|
667
|
667
|
#ITP_MAIN_CONTAINER .itp_note_bar li .itp_note_info .under {text-decoration: underline;}
|
668
|
|
-#ITP_MAIN_CONTAINER .itp_oper_info_area {border:1px solid #aaa; padding:5px;}
|
|
668
|
+#ITP_MAIN_CONTAINER .itp_oper_info_area {border-bottom:1px solid #aaa; padding:5px;}
|
669
|
669
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info {display:flex; height:24px;}
|
670
|
670
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info label{font-size:12pt; text-align:left; width:90px;}
|
671
|
671
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info span{width:14px;}
|
672
|
672
|
#ITP_MAIN_CONTAINER .itp_oper_info_area .itp_oper_info div{text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align: right; width:calc(100% - 114px);}
|
673
|
673
|
#ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
|
674
|
|
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:220px; margin:5px;}
|
675
|
|
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left;}
|
|
674
|
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
|
|
675
|
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left; float:left;}
|
676
|
676
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
|
|
677
|
+#ITP_MAIN_CONTAINER .mb_0 {margin-bottom:0;}
|
677
|
678
|
#ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
|
678
|
679
|
/* 공지사항 팝업추가 */
|
679
|
680
|
.itp_note_popup {position: absolute; top:46px; width: 100%; height: calc(100vh - 49px); background: rgba(200, 200,200, 0.8); z-index: 11;}
|
|
@@ -685,7 +686,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
685
|
686
|
.itp_note_popup .popup_note .header .header_right button {border: none; background: transparent; margin:3px -5px;}
|
686
|
687
|
.itp_note_popup .popup_note .header .header_right button img {width:22px;}
|
687
|
688
|
.itp_note_popup .popup_note .itp_pop_note_area {background:#fff; height:70vh; border:1px solid #000; border-top:none;}
|
688
|
|
-.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:85%; height:45px;}
|
|
689
|
+.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title { display:flex; padding:10px; width:110%; height:45px;}
|
689
|
690
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title label {width:60px; font-size:12pt;}
|
690
|
691
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title span {width:10px;}
|
691
|
692
|
.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title div {text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:left; width:calc(100% - 70px);}
|