0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Properly scope editor title, fix bug overriding content mgmt

This commit is contained in:
John O'Nolan 2015-05-18 15:20:28 +01:00 committed by Hannah Wolfe
parent 3eb9429216
commit cf517c71d6

View file

@ -5,13 +5,13 @@
/* Title /* Title
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */
.entry-title { .editor .entry-title {
position: relative; position: relative;
padding: 0; padding: 0;
height: 60px; height: 60px;
} }
.entry-title input { .editor .entry-title input {
margin: 0; margin: 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
@ -24,7 +24,7 @@
font-weight: bold; font-weight: bold;
} }
.entry-title input:focus { .editor .entry-title input:focus {
outline: 0; outline: 0;
} }
@ -32,11 +32,6 @@
/* Container & Headers /* Container & Headers
/* ---------------------------------------------------------- */ /* ---------------------------------------------------------- */
.editor {
/* The two content panel wrappers, positioned left/right */
/* The visual styles for both panels */
}
@media (min-width: 401px) { @media (min-width: 401px) {
.editor .notifications.bottom { .editor .notifications.bottom {
bottom: 40px; bottom: 40px;