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;