NIHVIVO-646 JS and CSS tweaks
This commit is contained in:
parent
5c9de606d0
commit
addabdc245
3 changed files with 34 additions and 19 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue