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

This commit is contained in:
ryounes 2011-07-11 21:13:00 +00:00
parent 619aa66c67
commit b2ce6fb0e6
2 changed files with 7 additions and 4 deletions

View file

@ -197,6 +197,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 {
@ -207,6 +208,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,