Fix CSS paths in read-only note and integration views (not yet tested)

This commit is contained in:
Dan Stillman 2010-10-09 08:12:37 +00:00
parent 744b4a597b
commit c7c27935d0
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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",