commit 771b0256796cdfad4dcf2e3bd8cdcb2222616274 parent 2866faac5e3fce85240276a6767d53a31cb40783 Author: Dan Stillman <dstillman@zotero.org> Date: Fri, 11 Dec 2009 09:31:44 +0000 Give all three merge panes a minimum width Diffstat:
| M | chrome/skin/default/zotero/merge.css | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/skin/default/zotero/merge.css b/chrome/skin/default/zotero/merge.css @@ -92,6 +92,6 @@ hbox:not([mergetype=note]) zoteromergepane:active[id=rightpane] groupbox caption font-weight: bold; } -zoteromergepane[id=mergepane] { - min-width: 30em; +zoteromergepane { + min-width: 28em; }