X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/ff399fe7aad9d00bbc59275a83ac0df224a350a9..cb900d10b9d0d42b0b6aa035be45dcbaa2f61af6:/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 566183e9..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;