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

Merge branch 'dev' into 'master'

fix: min height for editor

See merge request !3
Übergeordnete bb912fb3 86643ff4
No related branches found
No related tags found
3 Merge Requests!8fix: display CKE notifications on the center of the page,!6Version 2.3.1,!3fix: min height for editor
......@@ -3,6 +3,7 @@
.control-editor,
.control-editor-container {
float: left;
min-height: 300px;
height: 100%;
width: 100%;
}
......@@ -33,8 +34,8 @@
background: #0069B4;
color: #FFFFFF;
box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}
......@@ -50,8 +51,13 @@
text-decoration: inherit;
}
div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
div.cke_panel.cke_combopanel.cke_ltr {
width: 300px !important;
}
span.cke_rcombo span.cke_styles a span span.cke_text {
width: 150px;
}
.cke_notifications_area {
position: absolute;
......
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