From 246abdbb1cb8409cae03c517752a64231dcd52e9 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 4 Oct 2018 17:25:09 +0200 Subject: [PATCH] Add missing parts from previous commit --- pixelegg/css/mobile.css | 8 +++++--- pixelegg/css/pixelegg.css | 8 +++++--- pixelegg/mobile/fw_mobile.css | 8 +++++--- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index ed967614d7..93caff3700 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -6200,19 +6200,21 @@ a.textSidebox { } .egw-loading-prompt-container .egw-loading-prompt-spinner-msg { position: absolute; - left: 48%; + width: 100%; + text-align: center; + left: 0; top: 48%; z-index: 999; text-shadow: 4px 4px 7px #679FD2; color: #0B5FA4; - margin-left: -10px; margin-top: 52px; } .egw-loading-prompt-container .egw-loading-prompt-spinner-animator { width: 38px; height: 38px; position: absolute; - left: 48%; + margin-left: 50%; + left: -17px; top: 48%; z-index: 999; background-position: 3px 3px; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index dac9261e52..e16e5b67f8 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -6189,19 +6189,21 @@ a.textSidebox { } .egw-loading-prompt-container .egw-loading-prompt-spinner-msg { position: absolute; - left: 48%; + width: 100%; + text-align: center; + left: 0; top: 48%; z-index: 999; text-shadow: 4px 4px 7px #679FD2; color: #0B5FA4; - margin-left: -10px; margin-top: 52px; } .egw-loading-prompt-container .egw-loading-prompt-spinner-animator { width: 38px; height: 38px; position: absolute; - left: 48%; + margin-left: 50%; + left: -17px; top: 48%; z-index: 999; background-position: 3px 3px; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 84aa2041e0..093ee47558 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -6211,19 +6211,21 @@ a.textSidebox { } .egw-loading-prompt-container .egw-loading-prompt-spinner-msg { position: absolute; - left: 48%; + width: 100%; + text-align: center; + left: 0; top: 48%; z-index: 999; text-shadow: 4px 4px 7px #679FD2; color: #0B5FA4; - margin-left: -10px; margin-top: 52px; } .egw-loading-prompt-container .egw-loading-prompt-spinner-animator { width: 38px; height: 38px; position: absolute; - left: 48%; + margin-left: 50%; + left: -17px; top: 48%; z-index: 999; background-position: 3px 3px;