Small gui fixes

Change-Id: Ia7d43fe88f647cac5e7813e92efe241789987ec4
diff --git a/gui/html/style.css b/gui/html/style.css
index 4b7322d..cd16f8c 100644
--- a/gui/html/style.css
+++ b/gui/html/style.css
@@ -205,12 +205,18 @@
 

 #loader {

     position: absolute;

-    top: 50%;

-    left: 50%;

-    width: 128px;

-    height: 128px;

-    margin-top: -64px; /* Half the height */

-    margin-left: -64px; /* Half the width */

+    top: 0;

+    left: 0;

+    /* top: 50%; */

+    /* left: 50%; */

+    /* width: 128px; */

+    /* height: 128px; */

+    /* margin-top: -64px; /\* Half the height *\/ */

+    /* margin-left: -64px; /\* Half the width *\/ */

+}

+#loader img {

+    width: 64px;

+    height: 64px;

 }

 

 userName {