Make css selector more specific for the sharing dropdown

This commit is contained in:
Michael Gapczynski 2012-08-31 17:26:32 -04:00
parent 72e80bf6bd
commit c07eb4fec6
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ a.showCruds:hover { opacity:1; }
a.unshare { float:right; display:inline; padding:.3em 0 0 .3em !important; opacity:.5; }
a.unshare:hover { opacity:1; }
#link { border-top:1px solid #ddd; padding-top:0.5em; }
input[type="text"], input[type="password"] { width:90%; }
#dropdown input[type="text"], #dropdown input[type="password"] { width:90%; }
#linkText, #linkPass { display:none; }