diff --git a/src/Squidex/Views/_Layout.cshtml b/src/Squidex/Views/_Layout.cshtml
index 3ad988b8f..cf8a8f5fe 100644
--- a/src/Squidex/Views/_Layout.cshtml
+++ b/src/Squidex/Views/_Layout.cshtml
@@ -9,7 +9,7 @@
Squidex - @ViewBag.Title
-
+
@if (IsSectionDefined("header"))
diff --git a/src/Squidex/app/theme/_static.scss b/src/Squidex/app/theme/_static.scss
index b3699d2bf..9bd560085 100644
--- a/src/Squidex/app/theme/_static.scss
+++ b/src/Squidex/app/theme/_static.scss
@@ -1,10 +1,6 @@
@import '_mixins';
@import '_vars';
-img {
- vertical-align: middle;
-}
-
.splash {
&-h1,
&-text {
@@ -12,10 +8,6 @@ img {
}
}
-.redirect-button {
- display: none;
-}
-
.loading {
& {
text-align: center;
@@ -35,4 +27,8 @@ noscript {
font-size: 30px;
font-weight: lighter;
margin-bottom: 20px;
+}
+
+.redirect-button {
+ display: none;
}
\ No newline at end of file