0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -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
/* ---------------------------------------------------------- */
.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;