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;
}
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}
#manageWebpages a:link.remove,
#manageWebpages a:visited.remove,
#manageWebpages a:hover.remove,
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
#manageWebpages a:hover.remove {
color: #f70;
background: #fff;
}
#manageWebpages a:hover.remove,
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}

View file

@ -253,6 +253,19 @@ p.submit {
color: #595B5B;
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 {
color: #5F6464;
}