added spinner gif

This commit is contained in:
Tom Giannattasio
2012-08-10 14:08:58 -04:00
parent 538185173a
commit 759be4d13d
2 changed files with 13 additions and 0 deletions

View File

@@ -77,6 +77,19 @@ div {
}
}
&.checking {
p.status {
@include inline-block();
background: url('../images/spinner.gif') center center no-repeat;
height: 20px;
width: 20px;
}
input {
border-color: green;
}
}
&.incorrect, &.ui-icon-close {
p.status {
@include inline-block();

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB