NIHVIVO-646 JS and CSS tweaks

This commit is contained in:
rjy7 2010-07-02 15:09:39 +00:00
parent 5c9de606d0
commit addabdc245
3 changed files with 34 additions and 19 deletions

View file

@ -24,6 +24,10 @@
margin-left: 2em;
}
#infoForJs {
display: none;
}
form h3 {
margin-bottom: .5em;
}
@ -78,6 +82,15 @@ form a:hover.cancel,
clear: left;
}
#content form #selectedAuthor p.inline label {
width: 10em;
}
#selectedAuthorName {
background-color: #d9d9d9;
padding: .5em 1em;
}
#content form p.submit {
margin-top: 3em;
}