mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Make date field bigger, time field smaller in "datetime" field (#887)
This commit is contained in:
parent
e9b1c45172
commit
7f79742732
@ -42,10 +42,10 @@
|
||||
<?= $this->makePartial('picker_date') ?>
|
||||
<?php elseif ($mode == 'datetime'): ?>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-7">
|
||||
<?= $this->makePartial('picker_date') ?>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-5">
|
||||
<?= $this->makePartial('picker_time') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user