added spinner class and image

This commit is contained in:
Tom Giannattasio
2012-08-10 14:22:34 -04:00
parent f6b2cabd83
commit 185ab1f615
2 changed files with 14 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB