diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-16 15:00:10 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-21 11:29:58 +0100 |
commit | a15809ceed0125cf9a5dbc94d09d56816bcdd32c (patch) | |
tree | 4d315e0fbfcc52ed56321dd20d205dd51f96f775 /settings | |
parent | f489fd99c352be3dfa65c1955573e44c13732e30 (diff) | |
download | nextcloud-server-a15809ceed0125cf9a5dbc94d09d56816bcdd32c.tar.gz nextcloud-server-a15809ceed0125cf9a5dbc94d09d56816bcdd32c.zip |
Fix location of menu
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index f73386067a2..82b5a4165e5 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -82,7 +82,7 @@ input#openid, input#webdav { width:20em; } height: 20px; min-width: 200px; } -#avatarform > h2 span, +#avatarform > h2, #personal-settings-container > div h2 { position: relative; } |