diff --git a/webadmin/app_installing.html b/webadmin/app_installing.html
index c50a6aba4d286878d6ed27cea7ef46788077e4cc..59d601f65db805b2bd0d974cf249d6c468c72947 100644
--- a/webadmin/app_installing.html
+++ b/webadmin/app_installing.html
@@ -58,15 +58,15 @@
     </style>
   </head>
   <body>
-    <div>
+    <div class="header">
       <a href="apps_add.html"><img id="headerpic" class="img-responsive" src="logo.png"></a>
-    </div>
 
-    <h2>Beginning app install</h2>
+      <h2>Beginning app install</h2>
 
-    <form action="apps_add.html">
-      <input type="submit" value="Go Back" />
-    </form>
+      <form action="apps_add.html">
+        <input type="submit" value="Go Back" />
+      </form>
+    </div>
 
   </body>
 </html>
diff --git a/webadmin/app_scheduled.html b/webadmin/app_scheduled.html
index 0b488ad1081229b157e305203dc1534397c5033c..4eb45b2b0a4e12908b3a3377dd3a711a51dad409 100644
--- a/webadmin/app_scheduled.html
+++ b/webadmin/app_scheduled.html
@@ -58,15 +58,15 @@
     </style>
   </head>
   <body>
-    <div>
+    <div class="header">
       <a href="apps_add.html"><img id="headerpic" class="img-responsive" src="logo.png"></a>
-    </div>
 
-    <h2>App is scheduled to be installed</h2>
+      <h2>App is scheduled to be installed</h2>
 
-    <form action="apps_add.html">
-      <input type="submit" value="Go Back" />
-    </form>
+      <form action="apps_add.html">
+        <input type="submit" value="Go Back" />
+      </form>
+    </div>
 
   </body>
 </html>