- add ajax loader
This commit is contained in:
gmorel
2013-09-11 17:22:31 +02:00
parent 90f4db6aa4
commit 41cf74ccac
3 changed files with 3 additions and 2 deletions

View File

@@ -251,6 +251,6 @@
.loading{
background: url("@{imgDir}/ajax-loader.gif") no-repeat;
height: 24px;
width: 24px;
height: 30px;
width: 30px;
}