From 67f68194af32335dad0f03a0db384436ecd1417c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 15 Nov 2006 15:48:18 +0000 Subject: [PATCH] Add overflow: hidden to z-pane, which isn't a great solution to anything but will help prevent overflowing the status bar Reduce minimum tags selector height Removed html:div in tags selector and just add display:block to vbox --- chrome/content/zotero/bindings/tagselector.xml | 13 +++++-------- chrome/content/zotero/overlay.xul | 3 +-- chrome/skin/default/zotero/bindings/tagselector.css | 12 ++++-------- chrome/skin/default/zotero/overlay.css | 1 + 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/chrome/content/zotero/bindings/tagselector.xml b/chrome/content/zotero/bindings/tagselector.xml index 8466d42c3..78f40cf41 100644 --- a/chrome/content/zotero/bindings/tagselector.xml +++ b/chrome/content/zotero/bindings/tagselector.xml @@ -25,8 +25,7 @@ + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> @@ -55,7 +54,7 @@ - - - + + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> diff --git a/chrome/skin/default/zotero/bindings/tagselector.css b/chrome/skin/default/zotero/bindings/tagselector.css index 6b388b45e..30348fd70 100644 --- a/chrome/skin/default/zotero/bindings/tagselector.css +++ b/chrome/skin/default/zotero/bindings/tagselector.css @@ -7,24 +7,20 @@ groupbox { overflow: auto; - min-height: 153px; + min-height: 130px; } -vbox +#tags-toggle { overflow: auto; margin-bottom: 10px; -} - -html|div -{ - position: relative; + display: block; /* allow labels to wrap instead of all being in one line */ } label { margin-right: 5px; - padding: 2px 5px; + padding: 2px 4px; } label[selected=true] diff --git a/chrome/skin/default/zotero/overlay.css b/chrome/skin/default/zotero/overlay.css index added8ab9..815fc44e2 100644 --- a/chrome/skin/default/zotero/overlay.css +++ b/chrome/skin/default/zotero/overlay.css @@ -11,6 +11,7 @@ min-height: 170px; height: 300px; padding: 4px; + overflow: hidden; } #zotero-collections-pane