mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
added waiting indicator css/image
This commit is contained in:
parent
6cc9464136
commit
7c8a2ccb8d
2 changed files with 12 additions and 0 deletions
|
|
@ -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");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
BIN
css/angular_images/indicator-wait.png
Normal file
BIN
css/angular_images/indicator-wait.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in a new issue