From 3dc97d7478781550aa1a878120082a871988f02e Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 10 May 2015 15:09:07 +0200 Subject: autosave new posts in localstorage --- public/editor/style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'public/editor/style.css') diff --git a/public/editor/style.css b/public/editor/style.css index bec46db..8b91825 100644 --- a/public/editor/style.css +++ b/public/editor/style.css @@ -22,6 +22,38 @@ h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; } img { border: 0; } +/* ************************************** */ +/* Toolbar */ + +.toolbar { + padding: 13px; + border-bottom: 1px #eee solid; + background-color: rgba(255,255,255,0.97); + position: fixed; + top: 0; + width: 100%; + z-index: 1000; +} +.toolbar-left { + float: left; +} +.toolbar-right { + float: right; +} +.toolbar-left .item { + margin-right: 8px; + display: inline-block; +} +#draft-status { + font-size: 18px; + color: #aaa; +} +.toolbar .clear { + clear: both; +} + + +/* ************************************** */ /* Editor CSS */ body { @@ -39,6 +71,8 @@ body, input { .container { width: 960px; margin: 0 auto; + margin-top: 63px; + z-index: 0; } #post-name { -- cgit v1.2.3