diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-12 04:54:51 -0800 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-12-12 04:54:51 -0800 |
commit | 8b4aad73c7f96608e495e5e912c059406ee1da49 (patch) | |
tree | 7fcb7304f111a5344adc3126c6b052016a57aafd /core/css | |
parent | 72fe339c102975ee693e1ced005ca6d3f865389d (diff) | |
parent | c938a4f791182d86045a45bcffda37c1b6e651f8 (diff) | |
download | nextcloud-server-8b4aad73c7f96608e495e5e912c059406ee1da49.tar.gz nextcloud-server-8b4aad73c7f96608e495e5e912c059406ee1da49.zip |
Merge pull request #810 from owncloud/send-share-link-by-email
restoring feature to send sharing link via email
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/core/css/share.css b/core/css/share.css index 5aca731356a..e806d25982e 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -50,11 +50,17 @@ padding-top:.5em; } - #dropdown input[type="text"],#dropdown input[type="password"] { - width:90%; - } +#dropdown input[type="text"],#dropdown input[type="password"] { + width:90%; +} + +#dropdown form { + font-size: 100%; + margin-left: 0; + margin-right: 0; +} - #linkText,#linkPass,#expiration { +#linkText,#linkPass,#expiration { display:none; } |