From 6c132ea389974fb73fde02f3e11e13214cce5fe9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 15 Mar 2017 22:42:56 +0100 Subject: [PATCH] Fix in styles --- src/Squidex/Views/_Layout.cshtml | 2 +- src/Squidex/app/theme/_static.scss | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) 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