Skip to content

Commit

Permalink
added waiting indicator css/image
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Feb 12, 2010
1 parent 6cc9464 commit 7c8a2cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions css/angular.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,3 +170,15 @@ div.ui-widget {
height: 100%;
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 added css/angular_images/indicator-wait.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c8a2cc

Please sign in to comment.