diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2014-05-13 11:49:16 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2014-05-13 11:49:16 +0200 |
commit | b8dc85b2f6bb0159e31f0046bc1f1fc11854d4bc (patch) | |
tree | 087d3a4e812ffc976543a883476e20febd43f77b /core/css/share.css | |
parent | d56d03e230a20a621113a2b90064f331b3952f1b (diff) | |
download | nextcloud-server-b8dc85b2f6bb0159e31f0046bc1f1fc11854d4bc.tar.gz nextcloud-server-b8dc85b2f6bb0159e31f0046bc1f1fc11854d4bc.zip |
increase width of share dialog
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 ccd1bd65c73..1527a3a0c0f 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -11,7 +11,7 @@ margin-right:112px; position:absolute; right:0; - width:380px; + width:420px; z-index:500; padding:16px; } |