make inspector better
[themes.git] / LCARStrek / inspector / inspectorWindow.css
index dd8f252e6383b9fec832a27b07b31f6c92a9d22e..cd760f2d9ed6956be9c6e9a81709b25e50c7baff 100644 (file)
@@ -43,7 +43,8 @@
 }
 
 #imgURLBarIcon {
-  list-style-image: url("chrome://communicator/skin/bookmarks/location.gif");
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
+  margin: 2px;
 }
 
 #bxSearch {
@@ -52,6 +53,8 @@
 
 #splPanels {
   width: 5px;
+  border-top: 0px;
+  border-bottom: 0px;
 }
 
 /* ::::: toolbar buttons ::::: */
@@ -83,3 +86,8 @@
   list-style-image: url("chrome://inspector/skin/btnFind-dis.gif");
 }
 
+/* HACK: this button has no id !!! */
+#bxURLBarContainer + toolbarbutton {
+  margin: 2px 0px 4px 0px;
+  font-weight: bold;
+}
\ No newline at end of file