From 51e25b66326d8a6f5fad6e33054ccf3b291c5d6a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 12 Sep 2013 19:10:59 +0200 Subject: [PATCH] fix top bar in editor, move close to right, invite to left --- css/editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/editor.css b/css/editor.css index 71fea4be..c6c8f853 100644 --- a/css/editor.css +++ b/css/editor.css @@ -25,6 +25,8 @@ html, body, #mainContainer { #toolbar { overflow: hidden; + border-bottom: none; + padding: 6px 0; } #container { @@ -32,7 +34,7 @@ html, body, #mainContainer { background-color: #FAFAFA; overflow: auto; position: absolute; - top: 30px; + top: 38px; bottom: 0; left: 0; right: 0;