diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index dd93fdc881..0efad81b86 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; } diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index c3f9565718..65db50c512 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; } diff --git a/pixelegg/less/layout_ajaxLoader.less b/pixelegg/less/layout_ajaxLoader.less index 4c39bb2167..3ddd9ab9d4 100644 --- a/pixelegg/less/layout_ajaxLoader.less +++ b/pixelegg/less/layout_ajaxLoader.less @@ -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; } \ No newline at end of file