Started implementing the "Add password" feature

This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2010-12-21 17:59:24 +01:00
parent 06f71cb3c9
commit aca3feb94b
2 changed files with 41 additions and 0 deletions

View File

@@ -61,3 +61,11 @@ a {
cursor: pointer;
}
span.button {
text-decoration: underline;
cursor: pointer;
}
#addpassword {
}