X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3314477c16f2492b2a6b95b17922e5b6f2b087ca..a9afb6556896ac904392842f0bdee23b39e29f4e:/redakcja/static/css/master.css

diff --git a/redakcja/static/css/master.css b/redakcja/static/css/master.css
index 075f59d8..4326b6c2 100644
--- a/redakcja/static/css/master.css
+++ b/redakcja/static/css/master.css
@@ -314,10 +314,6 @@ img.tabclose {
 	overflow: hidden;
 }
 
-.htmlview *[x-editable] {
-    background-color: white;
-
-}
 .htmlview .active[x-editable] {
     background-color: #FAFAFA;
     border: 1px solid #DDD;
@@ -339,7 +335,15 @@ img.tabclose {
 }
 
 .saveNotify {
-    position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
+    position:absolute; 
+    bottom:22px; 
+    right:7px; 
+    z-index:800;
+    background-color: #FFFF69; 
+    padding:10px; 
+    border: 1px solid black;
+    border-radius: 5px;
+    -moz-border-radius: 15px;
 }
 
 .notifyTip {