From 9c7533ff6b5d8c38f5b1aeb9bc91504a0934df56 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 31 Oct 2016 11:53:37 +0100 Subject: fix profile picture fed sharing scope menu Signed-off-by: Christoph Wurst --- settings/css/settings.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'settings/css') diff --git a/settings/css/settings.css b/settings/css/settings.css index 3183355ac90..887d2beb7b8 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -83,7 +83,11 @@ input#openid, input#webdav { width:20em; } min-width: 200px; } #avatarform > h2 span, -#personal-settings-container > div h2 span[class^="icon-"] { +#personal-settings-container > div h2 { + position: relative; +} +#personal-settings-container > div h2 span[class^="icon-"], +#personal-settings-avatar-container h2 span[class^="icon-"] { display: inline-block; margin-left: 5px; background-size: 110%; @@ -102,7 +106,7 @@ input#openid, input#webdav { width:20em; } pointer-events: none; } .federationScopeMenu { - top: 66px; + top: 44px; } .federationScopeMenu.bubble::after { left: 45px; -- cgit v1.2.3