diff --git a/core/client/assets/sass/layouts/editor.scss b/core/client/assets/sass/layouts/editor.scss index cee8448ae6..c0089a60a9 100644 --- a/core/client/assets/sass/layouts/editor.scss +++ b/core/client/assets/sass/layouts/editor.scss @@ -635,23 +635,6 @@ body.zen { position: absolute; bottom: 44px; right: -3px; - - li { - a { - padding: 10px 15px; - - &:before { - font-size: 11px; - line-height: 1em; - } - } - } - - .delete { - @include icon($i-trash) { position: relative; top: -2px; }; - - &:hover { background: $red; } - } } #entry-actions { diff --git a/core/client/assets/sass/modules/global.scss b/core/client/assets/sass/modules/global.scss index 0e469c0d48..235b74bf31 100644 --- a/core/client/assets/sass/modules/global.scss +++ b/core/client/assets/sass/modules/global.scss @@ -359,8 +359,7 @@ nav { border-top:$lightbrown 1px solid; } - li { font-size:1.1em; - + li { a { display:block; padding:10px 15px; @@ -834,6 +833,28 @@ nav { Post Settings ========================================================================== */ +.post-settings-menu { + text-transform: none; + + li { + a { + padding: 10px 15px; + + &:before { + font-size: 11px; + line-height: 1em; + margin-right: 1em; + } + } + } + + .delete { + @include icon($i-trash) { position: relative; top: -2px; }; + + &:hover { background: $red; } + } +} + .post-setting { min-width: 260px; border-bottom: 1px solid #35393b; @@ -1167,7 +1188,6 @@ main { height: 40px; padding: 12px 15px; text-transform: uppercase; - font-size: 0.85em; color: $brown; //Transparent gradient to make bg fade out as it goes out the top. @include linear-gradient(top, white 0%, white 25%, rgba(255,255,255,0.9) 100%, $fallback: transparent); @@ -1202,6 +1222,10 @@ main { } } + span { + font-size: 0.85em; + } + a { color: $brown; &:hover { color: $darkgrey; } diff --git a/core/client/tpl/preview.hbs b/core/client/tpl/preview.hbs index 0b6bdc35a7..878618248e 100644 --- a/core/client/tpl/preview.hbs +++ b/core/client/tpl/preview.hbs @@ -27,10 +27,10 @@ -
  • +
  • {{{title}}}

    {{{html}}}
    -
    \ No newline at end of file + diff --git a/core/server/views/editor.hbs b/core/server/views/editor.hbs index d766a1f8ca..fe54aa4122 100644 --- a/core/server/views/editor.hbs +++ b/core/server/views/editor.hbs @@ -43,7 +43,7 @@
    -