[Pkg-mozext-commits] [compactheader] 311/441: Fix background color of sidebar. Test templates.

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 ffe994af184bf5eb98eb305413fe753752197bac
Author: joachim <none at none>
Date:   Sat Nov 26 20:55:45 2011 +0100

    Fix background color of sidebar. Test templates.
    
    --HG--
    branch : sidebars
---
 chrome/CompactHeader/content/compactHeaderOverlay-10.xul |  2 ++
 chrome/CompactHeader/skin/gnome/osdef.css                |  6 ++++++
 chrome/CompactHeader/skin/mac/osdef.css                  |  7 ++++++-
 chrome/CompactHeader/skin/windows/osdef.css              | 10 ++++++++++
 install.rdf                                              |  2 +-
 test/compactheader/test-compactheader-toolbar.js         | 14 ++++++++++++++
 6 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/chrome/CompactHeader/content/compactHeaderOverlay-10.xul b/chrome/CompactHeader/content/compactHeaderOverlay-10.xul
index db37bb9..5a37684 100644
--- a/chrome/CompactHeader/content/compactHeaderOverlay-10.xul
+++ b/chrome/CompactHeader/content/compactHeaderOverlay-10.xul
@@ -9,11 +9,13 @@
 
   <hbox id="messagepaneboxwrapper">
     <vbox id="CompactHeader_leftSidebar"
+          class="main-header-area"
           context="header-toolbar-context-menu"
           insertbefore="messagepanebox">
       <hbox id="CompactHeader_leftSidebar_dummy" hidden="true"/>
     </vbox>
     <vbox id="CompactHeader_rightSidebar"
+          class="main-header-area"
           context="header-toolbar-context-menu">
       <hbox id="CompactHeader_rightSidebar_dummy" hidden="true"/>
     </vbox>
diff --git a/chrome/CompactHeader/skin/gnome/osdef.css b/chrome/CompactHeader/skin/gnome/osdef.css
index 63b37eb..1184556 100644
--- a/chrome/CompactHeader/skin/gnome/osdef.css
+++ b/chrome/CompactHeader/skin/gnome/osdef.css
@@ -164,3 +164,9 @@ toolbar[orient="vertical"] toolbarpaletteitem[dragover="right"] {
 #header-view-toolbar[orient="vertical"] toolbarbutton {
   -moz-box-orient: vertical !important;
 }
+
+
+.inline-toolbox[doCustomization] .inline-toolbar[orient="vertical"] {
+  min-width: 20px;
+  min-height: 100px;
+}
\ No newline at end of file
diff --git a/chrome/CompactHeader/skin/mac/osdef.css b/chrome/CompactHeader/skin/mac/osdef.css
index 31b82b5..1e88878 100644
--- a/chrome/CompactHeader/skin/mac/osdef.css
+++ b/chrome/CompactHeader/skin/mac/osdef.css
@@ -215,4 +215,9 @@ toolbar[orient="vertical"] toolbarpaletteitem[dragover="right"] {
 
 #header-view-toolbar[orient="vertical"] toolbarbutton {
   -moz-box-orient: vertical !important;
-}
\ No newline at end of file
+}
+
+.inline-toolbox[doCustomization] .inline-toolbar[orient="vertical"] {
+  min-width: 20px;
+  min-height: 100px;
+}
diff --git a/chrome/CompactHeader/skin/windows/osdef.css b/chrome/CompactHeader/skin/windows/osdef.css
index 186e5fe..abed963 100644
--- a/chrome/CompactHeader/skin/windows/osdef.css
+++ b/chrome/CompactHeader/skin/windows/osdef.css
@@ -66,3 +66,13 @@ toolbar[orient="vertical"] toolbarpaletteitem[dragover="right"] {
 #header-view-toolbar[orient="vertical"] toolbarbutton {
   -moz-box-orient: vertical !important;
 }
+
+.inline-toolbox[doCustomization] .inline-toolbar[orient="vertical"] {
+  min-width: 20px;
+  min-height: 100px;
+}
+
+#CompactHeader_rightSidebar,
+#CompactHeader_lefttSidebar {
+  background: #f8f8f8;
+}
\ No newline at end of file
diff --git a/install.rdf b/install.rdf
index e337b7f..5e4588c 100644
--- a/install.rdf
+++ b/install.rdf
@@ -6,7 +6,7 @@
 
 	<RDF:Description about="urn:mozilla:install-manifest">
 		<em:name>CompactHeader</em:name>
-		<em:version>2.0.0alpha1</em:version>
+		<em:version>2.0.0alpha2</em:version>
 		<em:description>Add ability to reduce header size to one or two lines. Linkify subjects in RSS feeds.</em:description>
 		<em:creator>Joachim Herb</em:creator>
 		<em:contributor>Zamula</em:contributor>
diff --git a/test/compactheader/test-compactheader-toolbar.js b/test/compactheader/test-compactheader-toolbar.js
index 15aa12d..d04c0a5 100644
--- a/test/compactheader/test-compactheader-toolbar.js
+++ b/test/compactheader/test-compactheader-toolbar.js
@@ -599,6 +599,20 @@ function test_customize_header_toolbar_change_button_style(){
   subtest_buttons_style("-moz-box", "none");
 }
 
+function test_set_toolbar_position() {
+
+}
+
+function test_toolbar_visibility() {
+
+}
+
+function test_sidebar_style() {
+
+}
+
+
+
 /**
  *  Check all buttons in the toolbar for the correct style
  *  of text and icon.

-- 
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