[Pkg-mozext-commits] [sage-extension] 51/54: CSS updates

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:41 UTC 2015


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

taffit pushed a commit to tag sage_1_3
in repository sage-extension.

commit 3b1752c27b80fc598ab8df9ec471a5031407dfe4
Author: Peter Andrews <petea at jhu.edu>
Date:   Sun Oct 24 17:35:47 2004 +0000

    CSS updates
---
 src/sage/content/bookmarksTree.xml |  2 +-
 src/sage/skin/classic/sage.css     | 25 +++++++++++++++++--------
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/src/sage/content/bookmarksTree.xml b/src/sage/content/bookmarksTree.xml
index 245f57d..6ed17a7 100755
--- a/src/sage/content/bookmarksTree.xml
+++ b/src/sage/content/bookmarksTree.xml
@@ -27,7 +27,7 @@
 			<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
 			<treechildren>
 				<treeitem uri="rdf:*">
-				<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type">
+				<treerow properties="rdf:http://www.w3.org/1999/02/22-rdf-syntax-ns#type separator">
 					<treecell label="rdf:http://home.netscape.com/NC-rdf#Name" properties="separator"/>
 				</treerow>
 				</treeitem>
diff --git a/src/sage/skin/classic/sage.css b/src/sage/skin/classic/sage.css
index 6c15eb6..90f9e06 100755
--- a/src/sage/skin/classic/sage.css
+++ b/src/sage/skin/classic/sage.css
@@ -25,7 +25,7 @@ toolbarbutton.sage_button2 > .toolbarbutton-text {
 	-moz-image-region: rect(0px 26px 24px 0px) !important;
 }
 
-#checkFeeds[buttondown="true"] {
+#checkFeeds:active {
 	-moz-image-region: rect(24px 26px 48px 0px) !important;
 }
 
@@ -37,7 +37,7 @@ toolbarbutton.sage_button2 > .toolbarbutton-text {
 	-moz-image-region: rect(0px 52px 24px 26px) !important;
 }
 
-#discoverFeeds[buttondown="true"] {
+#discoverFeeds:active {
 	-moz-image-region: rect(24px 52px 48px 26px) !important;
 }
 
@@ -73,14 +73,23 @@ treechildren::-moz-tree-cell-text(feed, updated) {
 
 /* If this is removed, please remove next rule as well */
 treechildren::-moz-tree-twisty {
-	width:	0 !important;
+	-moz-appearance: none !important;
+	padding-right: 0px !important;
+	padding-top: 0px !important;
+	width:	0px !important;
+	list-style-image: none !important;
 }
-
 /* Work around for bug in separators at level 0 when twisty has width 0 */
 treechildren::-moz-tree-cell-text(Name, separator) {
 	margin-left:	12px;
 }
 
+treechildren::-moz-tree-separator {
+  -moz-appearance: separator !important;
+  border-top: 1px solid ThreeDShadow !important;
+  border-bottom: 1px solid ThreeDHighlight !important;
+}
+
 #bookmarksTreeBox,
 #rssItemListBoxBox {
   min-height: 90px;
@@ -138,7 +147,7 @@ toolbarbutton#markAllAsUnreadButton {
 	-moz-image-region: rect(32px 80px 48px 64px) !important;
 }
 
-#markAsReadButton[buttondown="true"] {
+#markAsReadButton:active {
 	-moz-image-region: rect(48px 80px 64px 64px) !important;
 }
 
@@ -154,7 +163,7 @@ toolbarbutton#markAllAsUnreadButton {
 	-moz-image-region: rect(32px 96px 48px 80px) !important;
 }
 
-#markAsUnreadButton[buttondown="true"] {
+#markAsUnreadButton:active {
 	-moz-image-region: rect(48px 96px 64px 80px) !important;
 }
 
@@ -170,7 +179,7 @@ toolbarbutton#markAllAsUnreadButton {
 	-moz-image-region: rect(32px 48px 48px 32px) !important;
 }
 
-#markAllAsReadButton[buttondown="true"] {
+#markAllAsReadButton:active {
 	-moz-image-region: rect(48px 48px 64px 32px) !important;
 }
 
@@ -186,7 +195,7 @@ toolbarbutton#markAllAsUnreadButton {
 	-moz-image-region: rect(32px 64px 48px 48px) !important;
 }
 
-#markAllAsUnreadButton[buttondown="true"] {
+#markAllAsUnreadButton:active {
 	-moz-image-region: rect(48px 64px 64px 48px) !important;
 }
 

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



More information about the Pkg-mozext-commits mailing list