General style fixes for the share dropdown

This commit is contained in:
Tom Needham 2012-09-19 20:04:16 +00:00
parent f9127192da
commit edbbb2bd9f
1 changed files with 2 additions and 0 deletions

View File

@ -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; }