From f7649046dd175718b9cb8c8dfe886d0d5959edb2 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Sat, 17 Aug 2013 12:09:05 +0300 Subject: [PATCH] Fix editor instantiation --- css/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/style.css b/css/style.css index cfa6f613..d158f947 100755 --- a/css/style.css +++ b/css/style.css @@ -20,7 +20,7 @@ padding-left:160px; overflow:hidden; } #editor-content{ -position:relative;top:3em; +margin-top:3em; } @@ -35,7 +35,7 @@ float:left; #odf_invite{ float:right; } -/* + #editor-content #mainContainer{ background-color: transparent; } @@ -47,11 +47,11 @@ float:left; #memberList{ padding-top: 5px; } -*/ + #mainContainer #editor{ - /*position: relative !important; - top:36px; */ + position: relative !important; + top:36px; } #invite-block{