diff options
author | Robin Appelman <robin@icewind.nl> | 2016-11-15 18:10:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:29:58 +0100 |
commit | f7a4db5040be1682efb5ffb48273a62fc599e1b7 (patch) | |
tree | a09672c402d576a5c89ea61e85dddd27e60f62a3 /settings/templates | |
parent | 8f33d9d1c07c164b18be9d36e9e9f79b5bdfa8be (diff) | |
download | nextcloud-server-f7a4db5040be1682efb5ffb48273a62fc599e1b7.tar.gz nextcloud-server-f7a4db5040be1682efb5ffb48273a62fc599e1b7.zip |
fix avatar cropper
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 01f114d9e95..cd3093a75ed 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -55,8 +55,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> <input type="hidden" id="avatarscope" value="<?php p($_['avatarScope']) ?>"> </form> |