From: Jan-Christoph Borchardt Date: Tue, 3 Jun 2014 11:13:15 +0000 (+0200) Subject: fix positioning issue of share dropdown in intermediate widths X-Git-Tag: v7.0.0alpha2~140^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2183b58cdcfce64e3167d5545038b5947149c625;p=nextcloud-server.git fix positioning issue of share dropdown in intermediate widths --- diff --git a/core/css/share.css b/core/css/share.css index 1527a3a0c0f..0859c195858 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -8,7 +8,7 @@ border-bottom-right-radius: 5px; box-shadow:0 1px 1px #777; display:block; - margin-right:112px; + margin-right: 0; position:absolute; right:0; width:420px;