diff --git a/NEWS b/NEWS index 3b5908c4..290ee2de 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@
2007-XX-XX:
* version 0.5.2
+ * merge the existing status bar with the standard FF status bar so that
+ security information and extension buttons are included
* added new :sidebar and :sbclose commands
* added 'more' and standard more-prompt key mappings to control
behaviour of the message list pager
diff --git a/chrome/content/vimperator/default.css b/chrome/content/vimperator/default.css
index 6e370cc0..35b9a5dc 100644
--- a/chrome/content/vimperator/default.css
+++ b/chrome/content/vimperator/default.css
@@ -124,7 +124,7 @@ fieldset.paypal {
* TODO: move to the standard location: chrome/skin/vimperator.css...if I can
* ever convince MS ;-) -- djk
*/
-#vimperator-toolbar {
+#vimperator-container {
font-family: monospace;
}
@@ -142,21 +142,30 @@ fieldset.paypal {
color: HighlightText !important;
}
+statusbarpanel {
+ -moz-appearance: none !important;
+ border: none !important;
+}
+#vimperator-statusline {
+ font-family: monospace;
+ margin: 0
+}
#vimperator-statusline > label {
padding: 0px 0px 0px 8px;
}
#vimperator-statusline > label:first-child {
padding: 0px;
}
-
-#vimperator-commandline {
- background-color: white;
+#vimperator-statusline-field-url {
+ background-color: transparent;
color: black;
}
-#vimperator-commandline-prompt {
- /* FIXME: black on white or default skin colours? */
+
+#vimperator-commandline {
+ /* FIXME: black on white or default skin colors? */
background-color: white;
color: black;
+ padding: 1px;
}
#vimperator-multiline-output {
@@ -167,9 +176,10 @@ fieldset.paypal {
background-color: black;
}
+/*
.status_insecure, .status_insecure * {
- background-color: transparent;
}
+*/
.status_secure, .status_secure * {
background-color: #B0FF00; /* light green */
color: black;
diff --git a/chrome/content/vimperator/options.js b/chrome/content/vimperator/options.js
index f3d92470..5737a05e 100644
--- a/chrome/content/vimperator/options.js
+++ b/chrome/content/vimperator/options.js
@@ -407,9 +407,9 @@ function Options() //{{{
"