NIHVIVO-798 Add start and end year to grant form
This commit is contained in:
parent
4db980657c
commit
af49aedefc
5 changed files with 105 additions and 20 deletions
|
@ -7,4 +7,15 @@
|
|||
.acSelectionInfo {
|
||||
background-color: #d9d9d9;
|
||||
padding: .5em 1em;
|
||||
}
|
||||
|
||||
|
||||
/* jQuery UI autocomplete */
|
||||
ul.ui-autocomplete {
|
||||
font-size: .95em;
|
||||
}
|
||||
|
||||
li.ui-menu-item a.ui-corner-all {
|
||||
text-align: left;
|
||||
padding-left: .25em;
|
||||
}
|
|
@ -104,13 +104,3 @@ option {
|
|||
width: 30%;
|
||||
}
|
||||
|
||||
|
||||
/* jQuery UI autocomplete */
|
||||
ul.ui-autocomplete {
|
||||
font-size: .95em;
|
||||
}
|
||||
|
||||
li.ui-menu-item a.ui-corner-all {
|
||||
text-align: left;
|
||||
padding-left: .25em;
|
||||
}
|
|
@ -23,3 +23,4 @@
|
|||
.verifyMatch {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue