NIHVIVO-2868: Corrected styles on Manage Web Pages screen

This commit is contained in:
manolobevia 2011-07-12 13:39:16 +00:00
parent b89098410d
commit f9b34228cb
2 changed files with 27 additions and 13 deletions

View file

@ -27,18 +27,19 @@ class, in case we want to re-enable DD without a page reload. */
margin-left: 2em; margin-left: 2em;
} }
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}
#manageWebpages a:link.remove, #manageWebpages a:link.remove,
#manageWebpages a:visited.remove, #manageWebpages a:visited.remove,
#manageWebpages a:hover.remove, #manageWebpages a:hover.remove {
#showAddForm a:hover.cancel { color: #f70;
color: #fff; background: #fff;
background: #f70;
} }
#manageWebpages a:hover.remove,
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}

View file

@ -204,7 +204,7 @@ form textarea {
#manageWebpages a.remove:link, #manageWebpages a.remove:link,
#showAddForm a.cancel:link, #showAddForm a.cancel:link,
form a:link.cancel, form a:link.cancel,
form a:visited.cancel { form a:visited.cancel{
text-decoration: underline; text-decoration: underline;
color: #f70; color: #f70;
border-color: none; border-color: none;
@ -253,6 +253,19 @@ p.submit {
color: #595B5B; color: #595B5B;
padding: .3em; padding: .3em;
} }
a.return:link,
a.return:visited {
text-decoration: underline;
color: #f70;
border-color: none;
padding-left: 3px;
}
a.return:hover,
a.return:active {
text-decoration: none;
color: #f70;
background: none;
}
.navlinkblock { .navlinkblock {
color: #5F6464; color: #5F6464;
} }