diff --git a/content/vimperator.xul b/content/vimperator.xul
index d0116eaf..15579845 100644
--- a/content/vimperator.xul
+++ b/content/vimperator.xul
@@ -81,12 +81,12 @@ the terms of any one of the MPL, the GPL or the LGPL.
-
-
@@ -108,10 +108,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
-
+
-
+
diff --git a/skin/vimperator.css b/skin/vimperator.css
index 1dcaf2d9..fedb1997 100644
--- a/skin/vimperator.css
+++ b/skin/vimperator.css
@@ -59,6 +59,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
}
#liberator-statusline {
font-family: monospace;
+ height: 10px;
margin: 0px;
}
#liberator-statusline > label {
@@ -72,6 +73,10 @@ the terms of any one of the MPL, the GPL or the LGPL.
color: inherit;
}
+liberator-statusline-field-progress {
+ width: 200px;
+}
+
/* no longer at the window's bottom right corner */
.statusbar-resizerpanel {
display: none;
@@ -172,6 +177,14 @@ a.hl-URL:hover {
/* MOW */
+#liberator-completions {
+ height: 250px;
+}
+
+#liberator-multiline-output {
+ height: 10px;
+}
+
#liberator-completions, #liberator-multiline-output {
overflow: hidden;
background-color: white;
@@ -203,5 +216,4 @@ a.hl-URL:hover {
border: 0px;
}
-
/* vim: set fdm=marker sw=4 ts=4 et: */