|
@@ -672,7 +672,26 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
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
|
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;}
|
|
675
|
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left;}
|
676
|
676
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
|
677
|
677
|
#ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
|
|
678
|
+/* 공지사항 팝업추가 */
|
|
679
|
+.itp_note_popup {position: absolute; top:46px; width: 100%; height: calc(100vh - 49px); background: rgba(200, 200,200, 0.8); z-index: 11;}
|
|
680
|
+.itp_note_popup .popup_note {position:relative; top:20px; width:96%; margin:0 2%;}
|
|
681
|
+.itp_note_popup .popup_note .header {position: relative; height: 40px; background: #f0831e; color:#eee; border: 1px solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px;}
|
|
682
|
+.itp_note_popup .popup_note .header .header_left {padding-top: 12px;}
|
|
683
|
+.itp_note_popup .popup_note .header .header_left label {font-size: 16px; font-weight:100;}
|
|
684
|
+.itp_note_popup .popup_note .header .header_right {float: right; padding-right: 10px; position:relative; top:-44px;}
|
|
685
|
+.itp_note_popup .popup_note .header .header_right button {border: none; background: transparent; margin:3px -5px;}
|
|
686
|
+.itp_note_popup .popup_note .header .header_right button img {width:22px;}
|
|
687
|
+.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 label {width:60px; font-size:12pt;}
|
|
690
|
+.itp_note_popup .popup_note .itp_pop_note_area .itp_note_title span {width:10px;}
|
|
691
|
+.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);}
|
|
692
|
+.itp_note_popup .popup_note .itp_pop_note_area .itp_pop_note_content {border:1px solid #aaa; width:98%; height:calc(100% - 60px); margin:0 1%; padding:8px;}
|
|
693
|
+.itp_note_popup .popup_note .itp_pop_note_area .itp_pop_note_content div {height:100%; word-break:break-all;}
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
678
|
697
|
|