Fixed #657: pr->pe, colors for annotations
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 30 Jun 2010 08:56:57 +0000 (10:56 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 30 Jun 2010 08:56:57 +0000 (10:56 +0200)
redakcja/static/css/html.css
redakcja/static/js/wiki/view_editor_wysiwyg.js

index 3887300..c935f09 100644 (file)
@@ -370,7 +370,10 @@ div[x-node] > .uwaga {
 }
 
 .htmlview .annotation:hover {
-    background-color: #96e0e4;
+    background-color: #ffcccc;
+}
+.htmlview .pe .annotation:hover {
+    background-color: #96e0e4;*/
 }
 *.htmlview *.annotation-inline-box {
     position: static;
index ef087a3..d8704fd 100644 (file)
@@ -97,7 +97,7 @@
         range.insertNode(tag[0]);
 
         xml2html({
-            xml: '<pr><slowo_obce>' + text + '</slowo_obce> --- </pr>',
+            xml: '<pe><slowo_obce>' + text + '</slowo_obce> --- </pe>',
             success: function(text){
                 var t = $(text);
                 tag.replaceWith(t);