editor->wodotexteditor

pull/1/head
Victor Dubiniuk 9 years ago
parent 7898d5bc31
commit 76b17f71bb

@ -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');

@ -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 {

Loading…
Cancel
Save