From 2eca4e65b3b48836a2f15eb8e4dc6f4e0220284f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 7 Dec 2016 10:42:56 +0100 Subject: [PATCH 1/2] Fix popover margin and width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/css/files.css | 8 -------- core/css/apps.css | 4 ++-- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 52ae4aaa6ad0c..7956ef5c6aeec 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -549,14 +549,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox { border-top-right-radius: 3px; min-width: 100px; } -.bubble:after, -#app-navigation .app-navigation-entry-menu:after { - right: 12px; -} -.bubble:before, -#app-navigation .app-navigation-entry-menu:before { - right: 6px; -} /* force show the loading icon, not only on hover */ #fileList .icon-loading-small { diff --git a/core/css/apps.css b/core/css/apps.css index 432c40026acc9..e709f9d901f8b 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -293,6 +293,7 @@ border-radius: 3px; border-top-right-radius: 0; z-index: 110; + margin: 5px; margin-top: -5px; right: 0; -webkit-filter: drop-shadow(0 0 5px rgba(150, 150, 150, 0.75)); @@ -316,7 +317,7 @@ .bubble:after, #app-navigation .app-navigation-entry-menu:after { bottom: 100%; - right: 0; /* change this to adjust the arrow position */ + right: 6px; /* change this to adjust the arrow position */ border: solid transparent; content: " "; height: 0; @@ -329,7 +330,6 @@ border-color: rgba(238, 238, 238, 0); border-bottom-color: #fff; border-width: 10px; - margin-left: -10px; } .bubble .action { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important; From efbbf4d86588606f5eb5d8c4a616a3b095dc35d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 7 Dec 2016 11:29:55 +0100 Subject: [PATCH 2/2] Fix popover federationScopeMenu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/css/settings.css | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/css/settings.css b/settings/css/settings.css index 3f23fb6680dbe..4eba74530df13 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -110,6 +110,7 @@ input#openid, input#webdav { width:20em; } } .federationScopeMenu { top: 44px; + margin: -5px 0px 0; } .federationScopeMenu.bubble::after { right: 50%;