From 218fe37b9c011d523bab71360afef3297ce84375 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Sat, 27 Feb 2016 18:54:04 +0000 Subject: [PATCH] Move spinner to fixed position irt the logo. Wrap help text when needed --- plugins/c9.ide.layout.classic/loading-flat.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/plugins/c9.ide.layout.classic/loading-flat.css b/plugins/c9.ide.layout.classic/loading-flat.css index ac1b168d..37e8eecf 100644 --- a/plugins/c9.ide.layout.classic/loading-flat.css +++ b/plugins/c9.ide.layout.classic/loading-flat.css @@ -121,8 +121,8 @@ margin-left: -100px; width: 200px; text-align: center; - top: 57%; - margin-top: 0; + top: 30%; + margin-top: 255px; } #loadingide .cool-message { @@ -130,14 +130,11 @@ font-family: Arial; font-size: 30px; color: #717171; - white-space: nowrap; position: absolute; top: 30%; - left: 50%; - width: 1000px; text-align: center; - margin-left: -500px; margin-top: 350px; + min-width: 100%; } #loadingide.dark .cool-message { color: #757575;