Some formatting changes to sparql query form to provide clarity

This commit is contained in:
rjy7 2011-01-19 15:08:13 +00:00
parent 9a939cd57e
commit 08e3a6d8ae
2 changed files with 51 additions and 39 deletions

View file

@ -330,6 +330,17 @@ div.sparqlform label {
display: inline;
font-weight: normal;
}
div.sparqlform div {
margin-bottom: 1.5em;
}
div.sparqlform .parenthetical {
font-style: italic;
margin-top: 0;
margin-bottom: .25em;
}
/* Temporary hack to remove stuff from forms in vivoweb only */
.hideFromVivoWeb {
display: none;