|
@@ -532,6 +532,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
532
|
532
|
.scroll_area li .left .nomal .half label {min-width:auto;}
|
533
|
533
|
.scroll_area li .left .nomal .half div {min-width:auto; margin-right:5px; margin-top:0;}
|
534
|
534
|
.scroll_area li .left .nomal input{ width:calc(50% - 85px);height:28px; top:-5px; position:relative;}
|
|
535
|
+.scroll_area li .left .nomal input.full {width:calc(100% - 90px); margin-top:4px;}
|
535
|
536
|
.scroll_area li .left .nomal button {width:60px; margin-left:5px; height:26px; padding:0;border-radius:5px;}
|
536
|
537
|
.scroll_area li .left .nomal select{ width:calc(50% - 85px); height:28px; top:-5px; position:relative;}
|
537
|
538
|
|
|
@@ -700,7 +701,7 @@ button.close {-webkit-appearance: none; padding: 0; cursor: pointer; background:
|
700
|
701
|
#ITP_MAIN_CONTAINER .itp_graph_area {width:98%; height:300px; border:1px solid #aaa; margin:5px 1%;}
|
701
|
702
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header {width:160px; margin:5px;}
|
702
|
703
|
#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header label {width:80px; font-size:14pt; text-align:left; float:left;}
|
703
|
|
-#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {}
|
|
704
|
+#ITP_MAIN_CONTAINER .itp_graph_area .itp_graph_header select {height:24px;}
|
704
|
705
|
#ITP_MAIN_CONTAINER .mb_0 {margin-bottom:0;}
|
705
|
706
|
#ITP_MAIN_CONTAINER #ITP_GRAPH_INFO {height:265px;}
|
706
|
707
|
/* 공지사항 팝업추가 */
|