summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-05 10:47:00 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-12-05 10:48:52 +0100
commitb19b788e7a8133eb83bd05726ab63fdd74b29930 (patch)
treed50ec946c2ee09a7872f93d75834cbc8b4151f9b /settings/css
parenteeb81ec783e6e555aa8f1ac3eaa806b3c9dacaf7 (diff)
downloadnextcloud-server-b19b788e7a8133eb83bd05726ab63fdd74b29930.tar.gz
nextcloud-server-b19b788e7a8133eb83bd05726ab63fdd74b29930.zip
Allow emtpy values on personal page and fix saving checkmark position
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/settings.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css
index 991ebb0c05f..3f23fb6680d 100644
--- a/settings/css/settings.css
+++ b/settings/css/settings.css
@@ -586,6 +586,9 @@ span.version {
margin-bottom: 8px;
display: inline;
}
+form.section {
+ position: relative;
+}
.followupsection {
display: block;
padding: 0 30px 30px 30px;