|
@@ -60,12 +60,12 @@ section .popup2 .pop .search_bar button {position:relative; width:34px; height:3
|
60
|
60
|
section .popup2 .pop .search_bar button img {width: 18px; position:relative; top:-1px;}
|
61
|
61
|
section .popup2 .pop .search_bar button.search {float: none; width: 50%; height: 35px; background:rgb(46, 46, 248); color: #fff; font-size: 1rem; padding: 0; border: 1px solid #000; margin: 0 auto;}
|
62
|
62
|
section .popup2 .pop .search_item_bar {width:98%;margin:5px auto; position: relative; top:-40px; display:flex;}
|
63
|
|
-section .popup2 .pop .search_item_bar input {width:40%; height:27px; border-radius:5px; margin:0; font-size:12px;}
|
64
|
|
-section .popup2 .pop .search_item_bar select {width:22%; height:27px; padding:0; border-radius:5px; margin-right:5px;}
|
|
63
|
+section .popup2 .pop .search_item_bar input {width:40%; height:34px; border-radius:5px; margin:0; font-size:12px;}
|
|
64
|
+section .popup2 .pop .search_item_bar select {width:22%; height:34px; padding:0; border-radius:5px; margin-right:5px;}
|
65
|
65
|
section .popup2 .pop .search_btn_bar {width:100%; height:50px; margin-top:-30px; margin-right:10px;}
|
66
|
66
|
section .popup2 .pop .search_btn_bar .btn_right {float:right; margin-right:10px;}
|
67
|
67
|
section .popup2 .pop .search_btn_bar .btn_right button img{width:18px; height:18px; margin-right:2px;}
|
68
|
|
-section .popup2 .pop .search_btn_bar .btn_right button {height:30px; padding:5px 12px; font-size:12px; font-weight:100; border-radius:3px; border:1px solid #333;}
|
|
68
|
+section .popup2 .pop .search_btn_bar .btn_right button {height:34px; padding:5px 12px; font-size:12pt; font-weight:100; border-radius:3px; border:1px solid #333;}
|
69
|
69
|
section .popup2 .pop .table>tbody>tr {border-bottom:1px solid #ddd;}
|
70
|
70
|
section .popup2 .pop .table{width:98%; margin:0 auto; border:1px solid #aaa; border-bottom:none; border-left:none; border-right:none;}
|
71
|
71
|
section .popup2 .pop .table .table_tr {display:flex;}
|
|
@@ -136,14 +136,14 @@ section .popup_scroll li .right button:hover {background:#FCD5C1;}
|
136
|
136
|
section .popup_scroll li .right button:checked {background:#ccc;}
|
137
|
137
|
section .popup2 .list_line .line_right {float:right; width:70%;}
|
138
|
138
|
section .popup2 .list_line .line_right select {width:200px; float:right; height:34px; margin-top:4px;}
|
139
|
|
-section .popup2 .list_line .line_right input {width:200px; float:right;}
|
|
139
|
+section .popup2 .list_line .line_right input {width:200px; float:right; text-align:right;}
|
140
|
140
|
section .popup2 .list_line .info{width:30%; padding-top:8px; padding-left:20px; text-align:left; font-size:12pt;}
|
141
|
141
|
|
142
|
|
-section .popup2 .search .left {width:20%; float:left; margin:20px;}
|
143
|
|
-section .popup2 .search .right {width:20%; float:right; margin:20px;}
|
|
142
|
+section .popup2 .search .left {width:50%; float:left;}
|
|
143
|
+section .popup2 .search .right {width:50%; float:right;}
|
144
|
144
|
|
145
|
145
|
section .popup2 .search .left button,
|
146
|
|
-section .popup2 .search .right button {width:100%;}
|
|
146
|
+section .popup2 .search .right button {width:70px; height:34px; font-size:12pt;}
|
147
|
147
|
section .popup2 .content .line .search_wrap input {float:right; width:50%; margin-right:0px; margin-top:0;}
|
148
|
148
|
section .popup2 .content .line.mt_5 {margin-top:5px; width:300px;}
|
149
|
149
|
section .popup2 .content .line.ml_10 {}
|
|
@@ -301,7 +301,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
301
|
301
|
#ITP_SIDEBAR .itp_nav.panel-group .panel+.panel {margin-top:0;}
|
302
|
302
|
#ITP_SIDEBAR .itp_nav .panel-heading {padding:0;}
|
303
|
303
|
#ITP_SIDEBAR .itp_nav .panel-title {line-height:1.1; border-bottom:1px solid #ddd;}
|
304
|
|
-#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none;}
|
|
304
|
+#ITP_SIDEBAR .itp_nav .panel-title a {font-size:20px; display:block; padding:13px 15px; color:#333; text-decoration: none; text-align:left;}
|
305
|
305
|
#ITP_SIDEBAR .itp_nav .panel-title a .glyphicon {font-size:12px;}
|
306
|
306
|
#ITP_SIDEBAR .itp_nav .panel-default {margin-bottom:0; border:none;}
|
307
|
307
|
#ITP_SIDEBAR .itp_nav * {border-radius:0; border-width:1px 0 1px 0;}
|
|
@@ -309,7 +309,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
309
|
309
|
#ITP_SIDEBAR .itp_nav .itp_svgs_body {padding:0; border-top:0; border-bottom:1px solid #ddd;}
|
310
|
310
|
#ITP_SIDEBAR .itp_nav .itp_svgs {display:flex; align-content:flex-start; flex-direction:column; flex-wrap:wrap; overflow:auto;}
|
311
|
311
|
#ITP_SIDEBAR .itp_nav .itp_svgs .itp_svg_in {position:relative;}
|
312
|
|
-#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd;}
|
|
312
|
+#ITP_SIDEBAR .itp_nav .itp_svgs li {width:100%; height:40px; border-top: 1px solid #ddd; padding-left:15px;}
|
313
|
313
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child {border-top:none;}
|
314
|
314
|
#ITP_SIDEBAR .itp_nav .itp_svgs li a {display:block; width:100%; color:#333; padding:10px 10px 5px 17px;}
|
315
|
315
|
#ITP_SIDEBAR .itp_nav .itp_svgs li:first-child a {padding-top:11px;}
|
|
@@ -385,7 +385,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
385
|
385
|
.content .line div.date_to div.at {width: 6%; font-size: 16px; padding-top:12px; float: right;}
|
386
|
386
|
.content .line .search {width: 100%; height: 50px; padding-top:6px;}
|
387
|
387
|
.content .line .search button {width: 40%; height: 34px; font-size: 12pt; font-weight:100; padding: 0;}
|
388
|
|
-.content .line .search button.col_3 {width: 25%; height:30px; margin:0 10px;}
|
|
388
|
+.content .line .search button.col_3 {width: 25%; height:34px; margin:0 10px;}
|
389
|
389
|
.content .list_line {width:98%; float:left; height:50px;display: inline-flex; margin:0 1%; font-size:12px;}
|
390
|
390
|
.content .border {border-bottom: 1px solid #000 !important;}
|
391
|
391
|
.content .list_line .list_label {width:30%;border:1px solid #000; height:50px; padding-top:14px; border-bottom:none; background:#eee;}
|
|
@@ -551,7 +551,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
551
|
551
|
.scroll_area li .left .nomal .btn_bar button{width: 25px; height: 30px; font-size: 1rem; padding: 0;}
|
552
|
552
|
.scroll_area li .left .nomal .btn_bar .col_0{min-width: auto; margin: 5px 20px;}
|
553
|
553
|
|
554
|
|
-.scroll_area li .left .nomal .m_btn_bar{position: relative; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
|
|
554
|
+.scroll_area li .left .nomal .m_btn_bar{position: relative; top:-1px; display:inline-flex; width:90px; height:25px; font-size: 12pt; margin-left:10px;}
|
555
|
555
|
.scroll_area li .left .nomal .m_btn_bar button{width: 25px; height: 25px; font-size: 12pt; padding: 0; margin:0; border:1px solid #E0B8AB; border-radius:0; background: #e1cac1; color:#fff;}
|
556
|
556
|
.scroll_area li .left .nomal .m_btn_bar button div{position:relative; width:10px; top:0px; left:1px;}
|
557
|
557
|
.scroll_area li .left .nomal .m_btn_bar .col_0{width: 40px; text-align:center; border-top:1px solid #E0B8AB; border-bottom:1px solid #E0B8AB;}
|