NIHVIVO-2280: Added new background graphics for add new account button. Right now the button background aligned properly.

This commit is contained in:
manolobevia 2011-06-29 21:57:27 +00:00
parent 93df6ea067
commit 2b2d1a3769
3 changed files with 2 additions and 2 deletions

View file

@ -1520,14 +1520,14 @@ section.accounts input.delete:active {
}
input.add-account,
input.add-account:visited {
background: url(../images/addNewAccount.png) 0 0 no-repeat;
background: url(../images/addNewAccount.png) 0 center no-repeat;
color: #fff;
padding-left: 35px;
}
input.add-account:hover {
color: #fff;
background-color: #88acbb;
background: url(../images/addNewAccountOver.png) 0 0 no-repeat;
background: url(../images/addNewAccountOver.png) 0 center no-repeat;
}
input.add-account:active {
top: 1px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB