Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 737ee923 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

fix: display CKE notifications on the center of the page

Previously notifications were displayed too for down on the page.
This caused layout issues where the editor disappeared.

related: quiqqer/ckeditor4#30
Übergeordneter 53bea6f3
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -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;
}
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