even cleaner and fully working method of ensuring nice spacing in URLbar and go/searc...
[themes.git] / LCARStrek / navigator / navigator.css
index 64067e3a0dc26c1667f235eaecd934768e425ddb..5b6982446bd25bc996288b190e8e46d23b8e1953 100644 (file)
 
 #window-controls {
   -moz-box-align: center;
-  padding: 0 3px 0 1px;
+  padding: 0 1px;
   border-left: 3px solid #000000;
+  -moz-margin-start: 2px;
 }
 
 #window-controls > toolbarbutton {
-  padding: 2px 0px 2px 2px;
+  padding: 3px;
+  -moz-padding-start: 2px;
+  -moz-padding-end: 1px;
 }
 
 toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
@@ -181,18 +184,18 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   -moz-padding-start: 1px;
   -moz-padding-end: 1px;
   min-width: 0px;
-  /*margin: 0px 4px; */
   -moz-box-align: center;
 }
 
 #urlbar {
   -moz-border-radius: 5px;
-  /*outline: none;
-  border: 1px solid #9C9CFF;
-  background-color: #000000; */
   margin: 0;
   -moz-margin-start: 3px;
-  padding: 1px 0;
+}
+
+#urlbar > .autocomplete-textbox-container {
+  -moz-border-radius: 3px 0 0 3px;
+  padding: 2px;
 }
 
 #urlbar[level="high"] > .autocomplete-textbox-container,
@@ -212,7 +215,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 
 #page-proxy-deck {
   cursor: -moz-grab;
-  margin: 1px 1px 1px 2px;
+  margin: 0;
 }
 
 #page-proxy-button {
@@ -273,7 +276,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 #search-button,
 #go-button {
   margin: 0;
-  padding: 2px 0;
+  padding: 1px 0;
   -moz-margin-start: 2px;
   font-weight: bold;
   background-color: #000000;
@@ -284,6 +287,13 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   background-color: #FFCF00;
 }
 
+/* care that those buttons base on the same min height of 16px that the urlbar
+   autocomplete box gets through site icon and urlbar icons at the right */
+#search-button > .button-box ,
+#go-button > .button-box {
+  min-height: 16px;
+}
+
 #search-button {
 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
   font-weight: bold;
@@ -349,7 +359,6 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
 
 toolbarbutton.chevron {
   list-style-image: url("chrome://navigator/skin/icons/chevron.gif") !important;
-  margin-right: 2px;
 }
 
 toolbarbutton.chevron:hover,