From 1db42841cf629d04f3bf71a6f81a1f8545a8913b Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 12 Mar 2015 14:59:25 +0000 Subject: [PATCH] Use bigger loading image for tab loading overlay (thanks Hadi) --- pixelegg/css/mobile.css | 2 +- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_ajaxLoader.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 4383b89ba8..e58b05e214 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -2528,7 +2528,7 @@ body { float: right; } .egw_fw_ui_tab_content > .loading { - background-image: url('../images/ajax-loader.gif'); + background-image: url('../images/loading.gif'); text-align: center; line-height: 400px; } diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index e8d248bc56..81f0f16d7f 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -2517,7 +2517,7 @@ body { float: right; } .egw_fw_ui_tab_content > .loading { - background-image: url('../images/ajax-loader.gif'); + background-image: url('../images/loading.gif'); text-align: center; line-height: 400px; } diff --git a/pixelegg/less/layout_ajaxLoader.less b/pixelegg/less/layout_ajaxLoader.less index 2c4a6a5e1d..4c39bb2167 100644 --- a/pixelegg/less/layout_ajaxLoader.less +++ b/pixelegg/less/layout_ajaxLoader.less @@ -26,7 +26,7 @@ } .egw_fw_ui_tab_content > .loading { - background-image:url('../images/ajax-loader.gif'); + background-image:url('../images/loading.gif'); text-align: center; line-height: 400px; } \ No newline at end of file