Use left bar width for lower overlay layer
This commit is contained in:
parent
449ea64b68
commit
53d2bf2994
@ -8,6 +8,7 @@ var documentsMain = {
|
|||||||
onStartup: function() {
|
onStartup: function() {
|
||||||
"use strict";
|
"use strict";
|
||||||
$('<div id="documents-overlay"></div> <div id="documents-overlay-below"></div>').hide().appendTo(document.body);
|
$('<div id="documents-overlay"></div> <div id="documents-overlay-below"></div>').hide().appendTo(document.body);
|
||||||
|
$('#documents-overlay-below').css({left: $('#navigation').width()+4});
|
||||||
OC.addScript('documents', 'dojo-amalgamation', function() {
|
OC.addScript('documents', 'dojo-amalgamation', function() {
|
||||||
OC.addScript('documents', 'webodf-debug').done(function() {
|
OC.addScript('documents', 'webodf-debug').done(function() {
|
||||||
// preload stuff in the background
|
// preload stuff in the background
|
||||||
|
Loading…
x
Reference in New Issue
Block a user