diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-09-19 20:04:16 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-09-19 20:04:16 +0000 |
commit | edbbb2bd9f405170e7fedd6fc950a224650efebf (patch) | |
tree | c60293f2d299d8339a0a63e20fb116fea088b7c1 /core/css | |
parent | f9127192dadefbfcae9206282402e93db527dcdb (diff) | |
download | nextcloud-server-edbbb2bd9f405170e7fedd6fc950a224650efebf.tar.gz nextcloud-server-edbbb2bd9f405170e7fedd6fc950a224650efebf.zip |
General style fixes for the share dropdown
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/share.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/share.css b/core/css/share.css index 872509220d7..c2fa051b129 100644 --- a/core/css/share.css +++ b/core/css/share.css @@ -18,3 +18,5 @@ a.unshare:hover { opacity:1; } #link { border-top:1px solid #ddd; padding-top:0.5em; } #dropdown input[type="text"], #dropdown input[type="password"] { width:90%; } #linkText, #linkPass, #expiration { display:none; } +#link #showPassword img { width:12px; padding-left: 0.3em; } +#link label, #expiration label{ padding-left: 0.5em; }
\ No newline at end of file |