[Pkg-mozext-commits] [compactheader] 315/441: Fix size of show/hide details button of Linux theme

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 12:29:13 UTC 2015


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

taffit pushed a commit to branch master
in repository compactheader.

commit 78ec35f280b7f0ac006a3b0186e674b6d18316c7
Author: Joachim Herb <Joachim.Herb at gmx.de>
Date:   Sat Dec 10 00:09:19 2011 +0100

    Fix size of show/hide details button of Linux theme
    
    --HG--
    branch : sidebars
---
 chrome/CompactHeader/skin/gnome/osdef.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/chrome/CompactHeader/skin/gnome/osdef.css b/chrome/CompactHeader/skin/gnome/osdef.css
index 1fe9093..acadbe9 100644
--- a/chrome/CompactHeader/skin/gnome/osdef.css
+++ b/chrome/CompactHeader/skin/gnome/osdef.css
@@ -157,3 +157,16 @@ toolbar[orient="vertical"][iconsize="small"] toolbarseparator {
   margin-left: 5px;
   margin-right: 5px;
 }
+
+#CompactHeader_hideDetailsButton:hover,
+#CompactHeader_hideDetailsButton {
+  width: 13px;
+  height: 9px;
+}
+
+#CompactHeader_showDetailsButton:hover,
+#CompactHeader_showDetailsButton {
+  width: 13px;
+  height: 9px;
+}
+	
\ No newline at end of file

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



More information about the Pkg-mozext-commits mailing list