Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 38ef5d3d 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 0a52a08f
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;
}
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