NIHVIVO-2864: account ftl and css changes and new js to disable save until user makes a change
This commit is contained in:
parent
123a50d07e
commit
846a0f0d8b
1 changed files with 4 additions and 2 deletions
|
@ -1512,7 +1512,6 @@ article.property h3 {
|
||||||
padding: 10px 0 10px 20px;
|
padding: 10px 0 10px 20px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
h2#preferredTitle .verbosePropertyListing,
|
|
||||||
h2#personInPosition .verbosePropertyListing,
|
h2#personInPosition .verbosePropertyListing,
|
||||||
h2#hasResearchArea .verbosePropertyListing {
|
h2#hasResearchArea .verbosePropertyListing {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -1552,7 +1551,10 @@ input.add-account:hover {
|
||||||
input.add-account:active {
|
input.add-account:active {
|
||||||
top: 1px;
|
top: 1px;
|
||||||
}
|
}
|
||||||
|
.disabledSubmit {
|
||||||
|
color: #ede ! important;
|
||||||
|
background-color: #b2d15a ! important;
|
||||||
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* CONTACT FORM ------------------------------------> */
|
/* CONTACT FORM ------------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue