Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-29 16:40:26 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-02-29 16:40:26 +0300
commit21e3522be9d5070f2872c04196e576b5289e6da5 (patch)
treed48d1f8752ba7683a6efa799509b2eba0bb21940 /settings
parenta38e8b6436ccfe173b4d368d094753c71bdbd69f (diff)
fix personal page layout for LDAP users, fix #22272
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.css4
-rw-r--r--settings/templates/personal.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 978f9e44e58..2e7b6d213a5 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -37,7 +37,9 @@ input#openid, input#webdav { width:20em; }
#displaynameform,
#lostpassword,
-#groups {
+#groups,
+#passwordform,
+#language {
display: inline-block;
margin-bottom: 0;
padding-bottom: 0;
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index 5fc3c60cf66..9693f1afe18 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -139,7 +139,7 @@ if($_['passwordChangeSupported']) {
}
?>
-<form class="section">
+<form id="language" class="section">
<h2>
<label for="languageinput"><?php p($l->t('Language'));?></label>
</h2>