Fix annotations window.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 9 Sep 2021 11:03:49 +0000 (13:03 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 9 Sep 2021 11:03:49 +0000 (13:03 +0200)
src/redakcja/static/css/gallery.css
src/redakcja/static/js/wiki/view_properties.js

index 815229c..444ecff 100644 (file)
@@ -52,7 +52,7 @@
     justify-content: center;
 }
 
-#side-annotations .akap {
+#side-annotations [x-node="akap"] {
     font-size: 16px;
     font-family: "Georgia", "Times New Roman", serif;
     line-height: 1.5em;
@@ -74,7 +74,7 @@
     width: 100%;
 }
 
-#side-annotations .akap:hover .src {
+#side-annotations [x-node="akap"]:hover .src {
     display: block;
 }
 
index 5af43e6..63dd39d 100644 (file)
@@ -46,7 +46,7 @@
 
             self.$pane = $("#side-properties");
             
-            $(document).on('click', '[x-node]', function(e) {
+            $("#simple-editor").on('click', '[x-node]', function(e) {
                 if (!e.redakcja_edited) {
                     e.redakcja_edited = true;
                     self.edit(this);