[Pkg-mozext-commits] [tabmixplus] 05/14: Prevent tabbrowser-tabs height from increasing when privateTab button is after tabs and both multi-row and width fit title are on

David Prévot taffit at moszumanska.debian.org
Sun Oct 5 15:44:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian-0.4.1.5
in repository tabmixplus.

commit 16e34a4ac97736c01cf0331fafd39cd534cc852c
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Sep 27 23:32:07 2014 +0300

    Prevent tabbrowser-tabs height from increasing when privateTab button is after tabs and both multi-row and width fit title are on
---
 chrome/skin/app_version/4.0/general.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/chrome/skin/app_version/4.0/general.css b/chrome/skin/app_version/4.0/general.css
index 1b51c00..8441f3c 100644
--- a/chrome/skin/app_version/4.0/general.css
+++ b/chrome/skin/app_version/4.0/general.css
@@ -5,6 +5,12 @@
 
 **/
 
+/* for privateTab extensions */
+#TabsToolbar[privateTab-fixAfterTabsButtonsAccessibility] >
+    #tabbrowser-tabs[flowing="multibar"][widthFitTitle="true"] .tabs-newtab-button {
+  vertical-align: bottom;
+}
+
 /* override some rules for toolbarbutton-1 and tabs-closebutton*/
 #TabsToolbar > .tabs-closebutton > .toolbarbutton-icon {
   -moz-padding-end: 0px !important;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list