diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2016-12-08 13:49:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-08 13:49:56 +0100 |
commit | 158cc9c261eb2abf071bf25e264203239f3806e4 (patch) | |
tree | 6c4d79dfec41c9e7f59049b0840a3033bbeb9487 /core | |
parent | 880121d31007a0679c1a30a2b9cf86c2ade4789a (diff) | |
parent | efbbf4d86588606f5eb5d8c4a616a3b095dc35d7 (diff) | |
download | nextcloud-server-158cc9c261eb2abf071bf25e264203239f3806e4.tar.gz nextcloud-server-158cc9c261eb2abf071bf25e264203239f3806e4.zip |
Merge pull request #2545 from nextcloud/fix-popover-width
Fix popover width
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 432c40026ac..e709f9d901f 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; |