Merge master into img-playground. Image support with new management features. Missing...
[redakcja.git] / redakcja / static / css / master.css
index 1c56e54..c1060bc 100644 (file)
@@ -360,7 +360,15 @@ img.tabclose {
 }
 
 .saveNotify {
-    position:absolute; bottom:7px; left:30px; z-index:800; background-color: #E6E6E6; padding:20px; border: 1px solid black;
+    position:absolute; 
+    top:22px; 
+    right:7px; 
+    z-index:800;
+    background-color: #FFFF69; 
+    padding:10px; 
+    border: 1px solid black;
+    border-radius: 5px;
+    -moz-border-radius: 15px;
 }
 
 .notifyTip {