From 21e3522be9d5070f2872c04196e576b5289e6da5 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Mon, 29 Feb 2016 14:40:26 +0100
Subject: [PATCH] fix personal page layout for LDAP users, fix #22272

---
 settings/css/settings.css       | 4 +++-
 settings/templates/personal.php | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/settings/css/settings.css b/settings/css/settings.css
index 978f9e44e5..2e7b6d213a 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 5fc3c60cf6..9693f1afe1 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>
-- 
GitLab