From edbbb2bd9f405170e7fedd6fc950a224650efebf Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Wed, 19 Sep 2012 20:04:16 +0000 Subject: [PATCH] General style fixes for the share dropdown --- core/css/share.css | 2 ++ 1 file changed, 2 insertions(+) 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