Use bigger loading image for tab loading overlay (thanks Hadi)

This commit is contained in:
Nathan Gray 2015-03-12 14:59:25 +00:00
parent 1f177aace4
commit 1db42841cf
3 changed files with 3 additions and 3 deletions

View File

@ -2528,7 +2528,7 @@ body {
float: right; float: right;
} }
.egw_fw_ui_tab_content > .loading { .egw_fw_ui_tab_content > .loading {
background-image: url('../images/ajax-loader.gif'); background-image: url('../images/loading.gif');
text-align: center; text-align: center;
line-height: 400px; line-height: 400px;
} }

View File

@ -2517,7 +2517,7 @@ body {
float: right; float: right;
} }
.egw_fw_ui_tab_content > .loading { .egw_fw_ui_tab_content > .loading {
background-image: url('../images/ajax-loader.gif'); background-image: url('../images/loading.gif');
text-align: center; text-align: center;
line-height: 400px; line-height: 400px;
} }

View File

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