From 128edd8deed2efa3ff8c308826de600078cbd165 Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 13 Aug 2013 01:27:26 +0300 Subject: [PATCH] Temporary CSS changes --- css/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/style.css b/css/style.css index beba31b7..faa07408 100755 --- a/css/style.css +++ b/css/style.css @@ -26,4 +26,16 @@ position:relative;top:3em;width: 100%; #odf_close{ float:left; +} + +#editor-content #mainContainer{ + background-color: transparent; +} + +#mainContainer #collaboration{ + position: relative;z-index: 1; + width: 120px;margin-left: 10px; +} +#memberList{ + padding-top: 5px; } \ No newline at end of file