NIHVIVO-2086
Corrected the positioning of selected author box on author form
This commit is contained in:
parent
1a8cfc6b07
commit
251de7e02b
2 changed files with 5 additions and 3 deletions
|
@ -26,7 +26,8 @@ class, in case we want to re-enable DD without a page reload. */
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
form h3 {
|
form h3 {
|
||||||
margin-bottom: .5em;
|
margin-bottom: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
form a:link.cancel,
|
form a:link.cancel,
|
||||||
form a:visited.cancel,
|
form a:visited.cancel,
|
||||||
|
|
|
@ -120,6 +120,7 @@ input#submit:visited {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .6em;
|
margin-right: .6em;
|
||||||
margin-top: .5em;
|
margin-top: .5em;
|
||||||
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
input.delete,
|
input.delete,
|
||||||
input.delete:visited,
|
input.delete:visited,
|
||||||
|
@ -301,9 +302,9 @@ p.submit {
|
||||||
}
|
}
|
||||||
.formsEdit p {
|
.formsEdit p {
|
||||||
/*padding-top: 1em;*/
|
/*padding-top: 1em;*/
|
||||||
margin-bottom: 1.8em;
|
margin-bottom: 1em;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin-top: 1.2em;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
.formsEdit p.validationError {
|
.formsEdit p.validationError {
|
||||||
margin-bottom: 1.8em;
|
margin-bottom: 1.8em;
|
||||||
|
|
Loading…
Add table
Reference in a new issue