Skip to content
Code-Schnipsel Gruppen Projekte
Commit 5688c5b0 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

Merge branch 'dev'

Übergeordnete ce9012f4 048e783e
No related branches found
No related tags found
1 Merge Request!8fix: display CKE notifications on the center of the page
...@@ -51,4 +51,11 @@ ...@@ -51,4 +51,11 @@
} }
div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; } div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; } span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
\ No newline at end of file
.cke_notifications_area {
position: absolute;
top: 50% !important;
left: 50% !important;
z-index: 999999 !important;
}
...@@ -57,7 +57,7 @@ define('package/quiqqer/ckeditor4/bin/backend/controls/UploadWindow', [ ...@@ -57,7 +57,7 @@ define('package/quiqqer/ckeditor4/bin/backend/controls/UploadWindow', [
var Content = this.getContent(); var Content = this.getContent();
this.$Upload = new UploadForm({ this.$Upload = new UploadForm({
multible : false, multiple : false,
sendbutton : false, sendbutton : false,
cancelbutton: false, cancelbutton: false,
events : { events : {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
}, },
"require": { "require": {
"quiqqer\/quiqqer": "*", "quiqqer\/quiqqer": "*",
"quiqqer\/qui": ">=1|dev-master|dev-dev", "quiqqer\/qui": ">=1|*@dev",
"ckeditor\/ckeditor": "4.10.*" "ckeditor\/ckeditor": "4.10.*"
}, },
"autoload": { "autoload": {
...@@ -25,4 +25,4 @@ ...@@ -25,4 +25,4 @@
"QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/" "QUI\\Ckeditor\\Plugins\\": "src\/QUI\/Ckeditor\/Plugins\/"
} }
} }
} }
\ No newline at end of file
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
"smiley", "smiley",
"sourcedialog", "sourcedialog",
"specialchar", "specialchar",
"stylesheetparser",
"table", "table",
"tableresize", "tableresize",
"tabletools", "tabletools",
...@@ -51,4 +50,4 @@ ...@@ -51,4 +50,4 @@
"xml", "xml",
"youtube", "youtube",
"zoom" "zoom"
] ]
\ No newline at end of file
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren