diff --git a/editor/ui/composer/content/EditorAppShell.xul b/editor/ui/composer/content/EditorAppShell.xul
index a8a71a870cf3..afee20912eb5 100644
--- a/editor/ui/composer/content/EditorAppShell.xul
+++ b/editor/ui/composer/content/EditorAppShell.xul
@@ -317,7 +317,7 @@
-
+
@@ -364,9 +364,9 @@
-
+
-
+
@@ -478,6 +478,11 @@
+
diff --git a/editor/ui/composer/skin/Editor.css b/editor/ui/composer/skin/Editor.css
index 481a79c8dc78..8de3171d2cf5 100644
--- a/editor/ui/composer/skin/Editor.css
+++ b/editor/ui/composer/skin/Editor.css
@@ -1,6 +1,14 @@
-box#outer-box {
- width: 100%;
- height: 100%;
+iframe#content-frame {
+ min-width: 100px;
+ min-height: 400px;
+}
+
+toolbox#EditorToolbars {
+ min-width: 20px;
+}
+
+box#EditorStatusBar {
+ min-width: 50px;
}
window.popup {
@@ -80,3 +88,10 @@ a[name][href=""] {
line-height: 10px;
min-width: 10px;
}
+
+titledbutton.PopupButton {
+ min-width: 50px;
+ min-height: 10px;
+ list-style-image: url(chrome://editor/skin/images/ED_Left.gif);
+}
+