* Adjust style.
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user