editor->wodotexteditor

This commit is contained in:
Victor Dubiniuk 2015-06-10 19:08:40 +03:00
parent 7898d5bc31
commit 76b17f71bb
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ var odfViewer = {
var dirName = $('#dir').val()!='/' ? $('#dir').val() + '/' : '/';
var location = OC.filePath('documents', 'ajax', 'download.php') + '?path=' + encodeURIComponent(dirName) + encodeURIComponent(filename)
+ '&requesttoken=' + encodeURIComponent(oc_requesttoken);
OC.addStyle('documents', '3rdparty/webodf/editor');
OC.addStyle('documents', '3rdparty/webodf/wodotexteditor');
}
OC.addStyle('documents', 'viewer/odfviewer');

View File

@ -1,7 +1,7 @@
diff --git a/css/3rdparty/webodf/editor.css b/css/3rdparty/webodf/editor.css
diff --git a/css/3rdparty/webodf/wodotexteditor.css b/css/3rdparty/webodf/wodotexteditor.css
index 42f64a1..23f86ee 100644
--- a/css/3rdparty/webodf/editor.css
+++ b/css/3rdparty/webodf/editor.css
--- a/css/3rdparty/webodf/wodotexteditor.css
+++ b/css/3rdparty/webodf/wodotexteditor.css
@@ -1,4 +1,4 @@
-html, body, #mainContainer {
+body.claro, #mainContainer {