diff --git a/webadmin/src/appstatus.html b/webadmin/src/appstatus.html index 81460cf02..084d09e89 100644 --- a/webadmin/src/appstatus.html +++ b/webadmin/src/appstatus.html @@ -27,6 +27,7 @@ margin: 0; height: 100%; width: 100%; + text-align: center; } .wrapper { @@ -39,7 +40,6 @@ display: table-cell; width: 100%; height: 100%; - text-align: center; vertical-align: middle; } @@ -54,6 +54,11 @@ position: fixed; } + footer a { + color: #62bdfc; + padding: 10px; + } + @@ -65,14 +70,14 @@