Fix tab overlay ajaxLoader repeated its icon

This commit is contained in:
Hadi Nategh 2015-03-17 14:05:02 +00:00
parent 71fcb876d2
commit 9b6f6737f6
3 changed files with 3 additions and 0 deletions

View File

@ -2529,6 +2529,7 @@ body {
}
.egw_fw_ui_tab_content > .loading {
background-image: url('../images/loading.gif');
background-repeat: no-repeat;
text-align: center;
line-height: 400px;
}

View File

@ -2518,6 +2518,7 @@ body {
}
.egw_fw_ui_tab_content > .loading {
background-image: url('../images/loading.gif');
background-repeat: no-repeat;
text-align: center;
line-height: 400px;
}

View File

@ -27,6 +27,7 @@
.egw_fw_ui_tab_content > .loading {
background-image:url('../images/loading.gif');
background-repeat: no-repeat;
text-align: center;
line-height: 400px;
}