added waiting indicator css/image

This commit is contained in:
Misko Hevery 2010-02-12 14:25:10 -08:00
parent 6cc9464136
commit 7c8a2ccb8d
2 changed files with 12 additions and 0 deletions

View file

@ -170,3 +170,15 @@ div.ui-widget {
height: 100%; height: 100%;
border: 2px solid black; border: 2px solid black;
} }
/*****************
* indicators
*****************/
.ng-indicator-wait {
display: inline-block;
height: 16px;
width: 16px;
background-image: url("angular_images/indicator-wait.png");
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB