start creating ajax loader for address update event

This commit is contained in:
Manuel Raynaud
2013-10-03 18:02:03 +02:00
parent 860a96cef5
commit 4ec9c54fbe
5 changed files with 388 additions and 124 deletions

View File

@@ -295,6 +295,15 @@
width: auto;
}
.loading-global{
background: url("@{imgDir}/ajax-loader.gif") no-repeat;
height: 30px;
display: inline-block;
line-height: 30px;
padding-left: 40px;
width: auto;
}
.existing-image .col-sm-6{
position: relative;