Move locale preview to two lines to reduce grid height

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-07-31 16:29:07 +02:00
parent 6a9bee478d
commit f499f1b9a1
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 3 additions and 2 deletions

View File

@ -367,8 +367,9 @@ vendor_style('jcrop/css/jquery.Jcrop');
<?php endforeach;?>
</select>
<div id="localeexample" class="personal-info icon-timezone">
<p id="localeexample-time"></p>
<p id="localeexample-date"></p>
<p>
<span id="localeexample-date"></span> <span id="localeexample-time"></span>
</p>
<p id="localeexample-fdow"></p>
</div>
</form>