From cf517c71d65d00780be2f2d48e0f8835043fbefc Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Mon, 18 May 2015 15:20:28 +0100 Subject: [PATCH] Properly scope editor title, fix bug overriding content mgmt --- core/client/app/styles/layouts/editor.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/core/client/app/styles/layouts/editor.css b/core/client/app/styles/layouts/editor.css index b18848d37b..7b66645f50 100644 --- a/core/client/app/styles/layouts/editor.css +++ b/core/client/app/styles/layouts/editor.css @@ -5,13 +5,13 @@ /* Title /* ---------------------------------------------------------- */ -.entry-title { +.editor .entry-title { position: relative; padding: 0; height: 60px; } -.entry-title input { +.editor .entry-title input { margin: 0; padding: 0; width: 100%; @@ -24,7 +24,7 @@ font-weight: bold; } -.entry-title input:focus { +.editor .entry-title input:focus { outline: 0; } @@ -32,11 +32,6 @@ /* Container & Headers /* ---------------------------------------------------------- */ -.editor { - /* The two content panel wrappers, positioned left/right */ - /* The visual styles for both panels */ -} - @media (min-width: 401px) { .editor .notifications.bottom { bottom: 40px;