diff options
| author | Misko Hevery | 2010-02-12 14:25:10 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-02-12 14:25:10 -0800 |
| commit | 7c8a2ccb8d7b595419dfbe9151928cd2533550e3 (patch) | |
| tree | b524b67a3a95a224777a906fc484d8f1b954d6a0 /css/angular.css | |
| parent | 6cc946413622f1cef97997849e73a06a00f876fd (diff) | |
| download | angular.js-7c8a2ccb8d7b595419dfbe9151928cd2533550e3.tar.bz2 | |
added waiting indicator css/image
Diffstat (limited to 'css/angular.css')
| -rw-r--r-- | css/angular.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/angular.css b/css/angular.css index f90c5d07..80f82762 100644 --- a/css/angular.css +++ b/css/angular.css @@ -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"); +} + |
