diff options
author | raghunayyar <me@iraghu.com> | 2014-01-26 02:59:28 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-26 02:59:28 +0530 |
commit | 932e8f9f58cb9ce515c07b218b126d453bc3f46a (patch) | |
tree | 53ecfaf4a0d15ebc79f2d46d63e6d9a71d58ea09 /core/css/share.css | |
parent | 12e5d0f68d2ba8c780482a4e808c4aeec5ec17d9 (diff) | |
download | nextcloud-server-932e8f9f58cb9ce515c07b218b126d453bc3f46a.tar.gz nextcloud-server-932e8f9f58cb9ce515c07b218b126d453bc3f46a.zip |
Fixes width of the dropdown menus as per computed styles.
Diffstat (limited to 'core/css/share.css')
-rw-r--r-- | core/css/share.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/share.css b/core/css/share.css index 938afabafef..4ae3b77757e 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -11,7 +11,7 @@ margin-right:112px; position:absolute; right:0; - width:400px; + width:320px; z-index:500; padding:16px; } |