NIHVIVO-646 Continued work on custom form for adding authors to publications

This commit is contained in:
rjy7 2010-06-14 16:36:12 +00:00
parent bfcd18096a
commit c11d40a0f9
3 changed files with 46 additions and 19 deletions

View file

@ -1,25 +1,39 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
ul.authors {
#authors {
margin-left: 0;
}
ul.authors li {
#authors li {
list-style: none;
margin-bottom: .75em;
}
ul.authors span.authorName {
#authors a.authorName {
display: inline-block;
width: 15em;
}
/* Hide elements not used in non-JS version of form */
#showFormButton,
#showAddForm,
a.remove {
display: none;
}
form a:link.cancel, form a:visited.cancel,
#authors a:link.remove, #authors a:visited.remove,
#showAddForm a:link.cancel, #showAddForm a:visited.cancel {
color: #f70;
border-color: #f70;
}
form a:hover.cancel,
#authors a:hover.remove,
#showAddForm a:hover.cancel {
color: #fff;
background: #f70;
}
#content form p.inline {
clear: left;
margin-bottom: 0;