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 // General options
mode : "none", mode : "none",
theme : "advanced", theme : "advanced",
content_css : "chrome://zotero/skin/tinymce/integration-content.css", content_css : "css/integration-content.css",
// Theme options // Theme options
theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,|,removeformat", theme_advanced_buttons1 : "bold,italic,underline,|,sub,sup,|,removeformat",

View file

@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>TinyMCE</title> <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> <style>
table.mceLayout > tbody > tr.mceLast { table.mceLayout > tbody > tr.mceLast {
top: 0; top: 0;
@ -15,7 +15,7 @@ table.mceLayout > tbody > tr.mceLast {
body_id : "zotero-tinymce-note", body_id : "zotero-tinymce-note",
mode : "none", mode : "none",
theme : "advanced", theme : "advanced",
content_css : "chrome://zotero/skin/tinymce/note-content.css", content_css : "css/note-content.css",
button_tile_map : true, button_tile_map : true,
language : "en", // TODO: localize language : "en", // TODO: localize
entity_encoding : "raw", entity_encoding : "raw",