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:
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>