|
@@ -241,7 +241,7 @@ body.eee {height: 700px; background: #eee;}
|
241
|
241
|
input {font-size:14px; margin-top: 3px; border: 1px solid #aaa; border-radius:4px; height: 34px;text-align: left; padding:0 10px;}
|
242
|
242
|
input[type="date"]::-webkit-calendar-picker-indicator {display:none;}
|
243
|
243
|
|
244
|
|
-select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 15px;}
|
|
244
|
+select {border: 1px solid #aaa; border-radius:5px; height: 35px; font-size: 12px; text-align: left; padding:0 10px;}
|
245
|
245
|
input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
246
|
246
|
|
247
|
247
|
/* 공통화면 */
|
|
@@ -359,7 +359,7 @@ input .day {margin: 18%; width: 45%; height: 80px; float: right;}
|
359
|
359
|
.content .line input.date {width: 168px; height: 34px; float: left; text-align:center; font-size:14pt; background: url(../img/calender.png) 95%/18px no-repeat white}
|
360
|
360
|
.content .line input.full {width: 100%;}
|
361
|
361
|
.content .line div.date_to {display:flex; width:60%; height:34px; float: left; margin-right:0px; margin-top:3px;}
|
362
|
|
-.content .line div.date_to input {font-weight:100; width:47%; height:34px; font-size:14pt; margin:0;}
|
|
362
|
+.content .line div.date_to input {font-weight:100; width:47%; height:34px; font-size:10pt; padding:0; margin:0;}
|
363
|
363
|
|
364
|
364
|
.content .line div.date_to div.at {width: 6%; font-size: 16px; padding-top:12px; float: right;}
|
365
|
365
|
.content .line .search {width: 100%; height: 50px; padding-top:12px;}
|