From 38910bb6aed70ffab37632018d7641863686e186 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 | 5 +++-- css/style.css | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/css/editor.css b/css/editor.css index 3f7eba81..51ebd9e3 100644 --- a/css/editor.css +++ b/css/editor.css @@ -25,15 +25,16 @@ html, body, #mainContainer { #toolbar { overflow: hidden; + border-bottom: none; + padding: 6px 0; } #container { text-align: center; background-color: #ddd; overflow: auto; - position: absolute; - top: 30px; + top: 38px; bottom: 0; left: 0; right: 0; diff --git a/css/style.css b/css/style.css index 578c1b1a..d26a096e 100755 --- a/css/style.css +++ b/css/style.css @@ -91,11 +91,11 @@ } #odf-close{ - float:left; + float: right; } #odf-invite{ - float:right; + float: left; } #mainContainer #collaboration{ @@ -129,9 +129,9 @@ width: 100%; height: 100%; filter:alpha(opacity=30); - opacity: 0.3; + opacity: .3; z-index: 1000; - background: #000 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat; + background: #111 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat; } #documents-overlay-below{ left:0;