NIHVIVO-2860: Used pointer for cursor type on account management buttons

This commit is contained in:
manolobevia 2011-07-11 14:10:33 +00:00
parent 08c901d510
commit bae23d80ab

View file

@ -1407,6 +1407,9 @@ a {
.middle {
vertical-align: middle;
}
input[type="submit"] {
cursor: pointer;
}
/* EDITING DISPLAY------> */
.edit-individual {
border-left: 1px dotted #B2D15A;