diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-31 16:29:07 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-08-01 09:41:08 +0200 |
commit | f499f1b9a113eaaf412ff8eb9e90000d0b2f578c (patch) | |
tree | f9b9678899070dbf818789cd70f2607e19d4a48c /settings/templates | |
parent | 6a9bee478d302c34c8f6a095807b595fc2b5bf90 (diff) | |
download | nextcloud-server-f499f1b9a113eaaf412ff8eb9e90000d0b2f578c.tar.gz nextcloud-server-f499f1b9a113eaaf412ff8eb9e90000d0b2f578c.zip |
Move locale preview to two lines to reduce grid height
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/settings/personal/personal.info.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/settings/templates/settings/personal/personal.info.php b/settings/templates/settings/personal/personal.info.php index 3e8f31cf073..a0d766f88f3 100644 --- a/settings/templates/settings/personal/personal.info.php +++ b/settings/templates/settings/personal/personal.info.php @@ -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> |