Move locale preview to two lines to reduce grid height
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
6a9bee478d
commit
f499f1b9a1
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue