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 @@
@@ -3,6 +3,7 @@
.control-editor,
.control-editor,
.control-editor-container {
.control-editor-container {
float: left;
float: left;
 
min-height: 300px;
height: 100%;
height: 100%;
width: 100%;
width: 100%;
}
}
@@ -33,8 +34,8 @@
@@ -33,8 +34,8 @@
background: #0069B4;
background: #0069B4;
color: #FFFFFF;
color: #FFFFFF;
box-shadow: none;
box-shadow: none;
-moz-box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-webkit-box-shadow: none;
}
}
@@ -50,8 +51,13 @@
@@ -50,8 +51,13 @@
text-decoration: inherit;
text-decoration: inherit;
}
}
div.cke_panel.cke_combopanel.cke_ltr { width: 300px !important; }
div.cke_panel.cke_combopanel.cke_ltr {
span.cke_rcombo span.cke_styles a span span.cke_text { width: 150px; }
width: 300px !important;
 
}
 
 
span.cke_rcombo span.cke_styles a span span.cke_text {
 
width: 150px;
 
}
.cke_notifications_area {
.cke_notifications_area {
position: absolute;
position: absolute;