Fix CSS paths in read-only note and integration views (not yet tested)
This commit is contained in:
parent
744b4a597b
commit
c7c27935d0
|
@ -26,7 +26,7 @@ html, body {
|
|||
// General options
|
||||
mode : "none",
|
||||
theme : "advanced",
|
||||
content_css : "chrome://zotero/skin/tinymce/integration-content.css",
|
||||
content_css : "css/integration-content.css",
|
||||
|
||||
// Theme options
|
||||
theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,|,removeformat",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>TinyMCE</title>
|
||||
<link type="text/css" rel="stylesheet" href="chrome://zotero/skin/tinymce/note-ui.css"/>
|
||||
<link type="text/css" rel="stylesheet" href="css/note-ui.css"/>
|
||||
<style>
|
||||
table.mceLayout > tbody > tr.mceLast {
|
||||
top: 0;
|
||||
|
@ -15,7 +15,7 @@ table.mceLayout > tbody > tr.mceLast {
|
|||
body_id : "zotero-tinymce-note",
|
||||
mode : "none",
|
||||
theme : "advanced",
|
||||
content_css : "chrome://zotero/skin/tinymce/note-content.css",
|
||||
content_css : "css/note-content.css",
|
||||
button_tile_map : true,
|
||||
language : "en", // TODO: localize
|
||||
entity_encoding : "raw",
|
||||
|
|
Loading…
Reference in New Issue
Block a user