NIHVIVO-707 First draft of Manage Web Pages screen. JS not yet functional.

This commit is contained in:
ryounes 2011-07-11 21:13:05 +00:00
parent 2cb38eab37
commit e48271b1a4
5 changed files with 177 additions and 17 deletions

View file

@ -201,6 +201,7 @@ form textarea {
width: 100%;
}
#authorships a.remove:link,
#manageWebpages a.remove:link,
#showAddForm a.cancel:link,
form a:link.cancel,
form a:visited.cancel {
@ -211,6 +212,8 @@ form a:visited.cancel {
}
#authorships a.remove:hover,
#authorships a.remove:active,
#manageWebpages a.remove:hover,
#manageWebpages a.remove:active,
#showAddForm a.cancel:hover,
#showAddForm a.cancel:active,
form a:hover.cancel,