Changed styles for Ontology list link in Site Admin.

This commit is contained in:
manolobevia 2011-12-02 15:58:49 +00:00
parent 899ad4a8c0
commit 81140d1fb8
2 changed files with 18 additions and 1 deletions

View file

@ -1494,4 +1494,17 @@ article.property h3 {
h2#personInPosition .verbosePropertyListing,
h2#hasResearchArea .verbosePropertyListing {
display: block;
}
form.customForm .hint {
color: #9c9c9c;
font-weight: normal;
}
form.customForm .requiredHint {
color: #c00;
font-weight: normal;
font-size: small;
}
form.customForm #requiredLegend {
font-style: italic;
margin-top: .5em;
}