NIHVIVO-194. Added a close button with click event listener to the custom form addNew div.
This commit is contained in:
parent
52f45b2394
commit
1c3772a125
4 changed files with 39 additions and 7 deletions
|
@ -87,6 +87,16 @@ option {
|
|||
margin-bottom: 1.25em;
|
||||
}
|
||||
|
||||
.close {
|
||||
display: none; /* Hide if Javascript disabled. Javascript will show. */
|
||||
}
|
||||
#content form a.close {
|
||||
float: right;
|
||||
margin-right: 1em;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
#content form a.close:link,
|
||||
#content form a.close:visited {
|
||||
/*display: none; Hide if Javascript disabled. Javascript will show. */
|
||||
border-color: #FF7700;
|
||||
color: #FF7700;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue