X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/df341bdd09208d2b0f84060454cc0000df19deba..fe3dc36ec67496aa078963997e86ea8cef65645d:/src/redakcja/static/css/master.css?ds=sidebyside

diff --git a/src/redakcja/static/css/master.css b/src/redakcja/static/css/master.css
index e8336fb2..9d3744ba 100644
--- a/src/redakcja/static/css/master.css
+++ b/src/redakcja/static/css/master.css
@@ -161,6 +161,17 @@ img.tabclose {
 #simple-editor {
     display: flex;
     flex-direction: column;
+    position: relative;
+}
+
+#simple-editor #bubbles {
+    position: absolute;
+    bottom: 10px;
+    right: 20px;
+}
+#simple-editor #bubbles .badge {
+    display: block;
+    margin-top: 5px;
 }
 
 .htmlview {
@@ -178,14 +189,9 @@ img.tabclose {
 	opacity: 0.4;
 }
 
-.poezja_cyt {
-    margin:1.5em 2em 0;
-    font-size:0.875em
-}
 
-.wers_akap {
-	padding-left: 1em;
-}
+
+
 
 .saveNotify {
     position:absolute; 
@@ -217,3 +223,8 @@ img.tabclose {
     flex: 1;
     overflow: auto;
 }
+
+#source-editor .CodeMirror-wrap pre.CodeMirror-line,
+#source-editor .CodeMirror-wrap pre.CodeMirror-line-like {
+	word-wrap: anywhere;
+}