diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 10:16:29 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-09 10:16:29 +0200 |
commit | 000b09ee7a4f6ee70ac7a02c5182d218eed91629 (patch) | |
tree | 1989e0d1a7508c084a3fd4ac62b6995edc1079f2 /core/css | |
parent | 0d3bea37c3256e3386b968c327a2b64e357522bd (diff) | |
download | nextcloud-server-000b09ee7a4f6ee70ac7a02c5182d218eed91629.tar.gz nextcloud-server-000b09ee7a4f6ee70ac7a02c5182d218eed91629.zip |
add more present info about remote shares, fix layout of inputs
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/core/css/share.css b/core/css/share.css index 448f0bac239..bcfd90e4204 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -37,8 +37,12 @@ display: none !important; } +#dropdown .shareWithRemoteInfo { + padding: 11px 20px; +} + #dropdown .avatar { - margin-right: 2px; + margin-right: 8px; display: inline-block; overflow: hidden; vertical-align: middle; @@ -108,7 +112,8 @@ a.unshare { } #dropdown input[type="text"],#dropdown input[type="password"] { - width:90%; + width: 86%; + margin-left: 7px; } #dropdown form { |