* Adjust style.

This commit is contained in:
leiyong
2021-01-08 16:13:42 +08:00
parent 019cbb2915
commit 347cc63d74
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -4,3 +4,4 @@
.tab-content .tab-pane .input-group{padding:5px 0px; width:380px}
.nameBox{display: grid;}
.chosen-container-single .chosen-single{height: 34px;}
#begin_chosen .chosen-single{border-right-width: 0px;}
+4 -1
View File
@@ -142,7 +142,10 @@
<th><?php echo $lang->todo->beginAndEnd;?></th>
<td>
<div class='input-group'>
<?php echo html::select('begin', $times, date('Y-m-d') != $date ? key($times) : $time, 'onchange=selectNext(); class="form-control chosen" style="width: 50%;"') . html::select('end', $times, '', 'class="form-control chosen" style="width: 50%; margin-left:-1px"');?>
<?php
echo html::select('begin', $times, date('Y-m-d') != $date ? key($times) : $time, 'onchange=selectNext(); class="form-control chosen" style="width: 50%;"');
echo html::select('end', $times, '', 'class="form-control chosen" style="width: 50%; margin-left:-1px"');
?>
</div>
</td>
<td>