summaryrefslogtreecommitdiffstats
path: root/settings/templates/personal.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-10-20 16:23:54 +0200
committerRobin Appelman <robin@icewind.nl>2016-10-20 16:23:54 +0200
commit9983b5533a689845d24013d601bf717dd4a302aa (patch)
tree2cdc25aa504f4f5771fc0e3df7186468e2538510 /settings/templates/personal.php
parent5a44b70efccca4a5028dee26e09dfd00a9038f53 (diff)
downloadnextcloud-server-9983b5533a689845d24013d601bf717dd4a302aa.tar.gz
nextcloud-server-9983b5533a689845d24013d601bf717dd4a302aa.zip
float the avatar cropper over the page
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'settings/templates/personal.php')
-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; ?>