Skip to content
Code-Schnipsel Gruppen Projekte

fix: min height for editor

Zusammengeführt Henning Leutz schlägt vor, dev in master zu mergen.
1 Datei
+ 10
4
Änderungen vergleichen
  • Nebeneinander
  • In der Reihe
+ 10
4
@@ -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;