diff --git a/bin/Editor.css b/bin/Editor.css
index d39a6a8ba59078c2d1863bed30d943eb9343eb3d..09c6f03be5a9ff141efc9bfa4f24f91e4d92e84e 100644
--- a/bin/Editor.css
+++ b/bin/Editor.css
@@ -51,4 +51,11 @@
 }
 
 div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
-span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
\ No newline at end of file
+span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
+
+.cke_notifications_area {
+    position: absolute;
+    top: 50% !important;
+    left: 50% !important;
+    z-index: 999999 !important;
+}
diff --git a/bin/backend/controls/UploadWindow.js b/bin/backend/controls/UploadWindow.js
index a3c13f44f2f0de7af4306253da83db2661e92e1a..22904fab05175332c5de64c80a0ec9fc524386ea 100644
--- a/bin/backend/controls/UploadWindow.js
+++ b/bin/backend/controls/UploadWindow.js
@@ -57,7 +57,7 @@ define('package/quiqqer/ckeditor4/bin/backend/controls/UploadWindow', [
             var Content = this.getContent();
 
             this.$Upload = new UploadForm({
-                multible    : false,
+                multiple    : false,
                 sendbutton  : false,
                 cancelbutton: false,
                 events      : {
diff --git a/composer.json b/composer.json
index 06b46b39794c1aabbbd53f3d1494427a30be532e..6893b6b1ac549b815691f55e8118759c83557b6f 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
     },
     "require": {
         "quiqqer\/quiqqer": "*",
-        "quiqqer\/qui": ">=1|dev-master|dev-dev",
+        "quiqqer\/qui": ">=1|*@dev",
         "ckeditor\/ckeditor": "4.10.*"
     },
     "autoload": {
@@ -25,4 +25,4 @@
             "QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/"
         }
     }
-}
\ No newline at end of file
+}
diff --git a/plugins/activePlugins.json b/plugins/activePlugins.json
index 61805fa12a1c795a9a6fde4102223680254862d6..bb65ca70839ff26ed1729c8027fe93d7cf449049 100644
--- a/plugins/activePlugins.json
+++ b/plugins/activePlugins.json
@@ -39,7 +39,6 @@
   "smiley",
   "sourcedialog",
   "specialchar",
-  "stylesheetparser",
   "table",
   "tableresize",
   "tabletools",
@@ -51,4 +50,4 @@
   "xml",
   "youtube",
   "zoom"
-]
\ No newline at end of file
+]