commit 28e27ffcb3dbd2a435895b0a7d99eae392dde16a
parent 23b7489c244fca4a933f023cd745de21607f5f58
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 1 Sep 2006 18:13:28 +0000
Fixes #255, down arrows next to icons spaced too far to the right in FF2.0b2
Fixes #256, shadow around the full screen toggle icon too big
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/chrome/chromeFiles/skin/default/scholar/overlay.css b/chrome/chromeFiles/skin/default/scholar/overlay.css
@@ -82,6 +82,22 @@
list-style-image: url('chrome://scholar/skin/toolbar-collection-edit-gray.png');
}
+
+/* These three fix a rendering bug in Fx2.0b2 */
+#scholar-pane .toolbarbutton-text
+{
+ margin:0 2px;
+}
+#scholar-pane .toolbarbutton-menu-dropmarker
+{
+ margin-right:4px;
+}
+#tb-fullscreen .toolbarbutton-text
+{
+ margin:0;
+}
+
+
#tb-collection-menu
{
list-style-image: url('chrome://scholar/skin/cog.png');