diff --git a/css/editor.css b/css/editor.css index c6c8f853..71fea4be 100644 --- a/css/editor.css +++ b/css/editor.css @@ -25,8 +25,6 @@ html, body, #mainContainer { #toolbar { overflow: hidden; - border-bottom: none; - padding: 6px 0; } #container { @@ -34,7 +32,7 @@ html, body, #mainContainer { background-color: #FAFAFA; overflow: auto; position: absolute; - top: 38px; + top: 30px; bottom: 0; left: 0; right: 0; diff --git a/css/style.css b/css/style.css index ad9a53b4..58784f8d 100755 --- a/css/style.css +++ b/css/style.css @@ -110,11 +110,6 @@ float: left; } -#mainContainer #collaboration{ - float:right;position: relative;z-index: 1; - width: 70px;padding:5px; -} - #invite-block{ position: absolute; top:3em; @@ -145,6 +140,7 @@ z-index: 1000; background: #111 url('%webroot%/core/img/loading-dark.gif') 50% 50% no-repeat; } + #documents-overlay-below{ left:0; top:0; @@ -167,11 +163,15 @@ /* override WebODF styling here */ +#mainContainer #collaboration{ + float:right;position: relative;z-index: 1; + width: 70px;padding:5px; +} + #members{ padding-top: 3em !important; } - #editor { box-shadow: 0px 0px 14px #555 !important; }