Fix tab overlay ajaxLoader repeated its icon

This commit is contained in:
Hadi Nategh 2015-03-17 14:05:50 +00:00
parent 955bf2cccf
commit b7c4395ce2
3 changed files with 3 additions and 0 deletions

View File

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

View File

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

View File

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