summaryrefslogtreecommitdiffstats
path: root/settings/templates
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-24 16:33:18 +0200
committerGitHub <noreply@github.com>2016-10-24 16:33:18 +0200
commitcfae91ab640676bb0c65a6293b74d9c252f9f089 (patch)
treea7ca00d5880ce9b1c9b3c1df819b412fbe427ed5 /settings/templates
parent729c06548fbfe035c14dae68c4b09494b292d217 (diff)
parent0aec8647c2b2323ea5d030ef60b6dddb4d5ee9fd (diff)
downloadnextcloud-server-cfae91ab640676bb0c65a6293b74d9c252f9f089.tar.gz
nextcloud-server-cfae91ab640676bb0c65a6293b74d9c252f9f089.zip
Merge pull request #1828 from nextcloud/avatar-picker-improvements
Avatar picker improvements
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index b7bb0c8bfc7..ea1c7ba6459 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -50,8 +50,10 @@
</div>
<div id="cropper" class="hidden">
- <div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Cancel')); ?></div>
- <div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile picture')); ?></div>
+ <div class="inner-container">
+ <div class="inlineblock button" id="abortcropperbutton"><?php p($l->t('Cancel')); ?></div>
+ <div class="inlineblock button primary" id="sendcropperbutton"><?php p($l->t('Choose as profile picture')); ?></div>
+ </div>
</div>
</form>
<?php endif; ?>