diff --git a/skin/vimperator.css b/skin/vimperator.css index 2eb7d1c3..51fcc897 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -59,7 +59,6 @@ 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 { @@ -73,7 +72,7 @@ the terms of any one of the MPL, the GPL or the LGPL. color: inherit; } -liberator-statusline-field-progress { +#liberator-statusline-field-progress { width: 200px; } @@ -177,14 +176,6 @@ a.hl-URL:hover { /* MOW */ -#liberator-completions { - height: 250px; -} - -#liberator-multiline-output { - height: 10px; -} - #liberator-completions, #liberator-multiline-output { overflow: hidden; background-color: white;