improve tab strip styling slightly
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 299cb7f236161f09f99107f2ba6414a6cfffcf97..a5a599e298a6ff53ccef41e274bf1497d6d94cf1 100644 (file)
@@ -49,12 +49,11 @@ tabpanels {
 }
 
 .tabbrowser-tabs {
-  padding-top: 1px;
 }
 
 .tabs-left,
 .tabs-right {
-  width: 0px;
+  display: none;
 }
 
 .tab-icon {
@@ -65,6 +64,7 @@ tabpanels {
 }
 
 .tabbrowser-tab {
+  margin-top: 0px;
   list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
 }
 
@@ -84,14 +84,19 @@ tabbrowser > tabbox > tabpanels {
 
 /* ::::: close & new tab buttons ::::: */
 
+.tabs-closebutton-box {
+  -moz-box-orient: vertical;
+}
+
 .tabs-closebutton {
-  margin-bottom: 2px;
-  -moz-margin-end: 2px;
+  -moz-box-flex: 1;
+  margin: 0px;
+  padding: 2px;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
 .tabs-closebutton > .toolbarbutton-icon {
-  margin: 0;
+  margin: 0px !important;
 }
 
 .tabs-closebutton:hover,
@@ -101,11 +106,18 @@ tabbrowser > tabbox > tabpanels {
 
 .tabs-newbutton {
   margin: 0px;
-  margin-top: 2px;
   padding: 0px;
   list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
 }
 
+.tabs-newbutton-box {
+  -moz-box-orient: vertical;
+}
+
+.tabs-newbutton-box > .tabs-newbutton {
+  -moz-box-flex: 1;
+}
+
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;