From eca453ee5a215abf3418f199d13c17c97e283765 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 21 Jun 2016 19:49:55 +0100 Subject: [PATCH] reposition Login spinner --- .../matrix-react-sdk/structures/login/Login.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css index f5328af64..0f610b25d 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/login/Login.css @@ -131,9 +131,19 @@ limitations under the License. } .mx_Login_loader { - position: absolute; - left: 50%; - margin-top: 12px; + display: inline; + position: relative; + top: 2px; + left: 8px; +} + +.mx_Login_loader .mx_Spinner { + display: inline; +} + +.mx_Login_loader .mx_Spinner img { + width: 16px; + height: 16px; } .mx_Login_error {