Opened 10 years ago

Closed 10 years ago

#382 closed enhancement (fixed)

Make font sizes configurable/changeable

Reported by: dstillman Owned by: dstillman
Priority: major Milestone: 1.0 Beta 4
Component: interface Version: 1.0
Keywords: accessibility Cc:

Description


Change History (5)

comment:1 Changed 10 years ago by dstillman

  • Milestone changed from 1.0 Final to 1.0 Beta 4

Interim manual solution in overlay.css:

#zotero-collections-tree treechildren, #zotero-items-tree treechildren,
#zotero-pane label, #zotero-pane textbox
{
     font-size: 1.5em;
}

comment:2 Changed 10 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

(In [1139]) Closes #382, Make font sizes configurable/changeable

Configurable in preferences or via hidden pref for more extreme options

Also straightened up diplay of UI options in pref pane

comment:3 Changed 10 years ago by dstillman

(In [1140]) Addresses #382, Make font sizes configurable/changeable

Localize strings

comment:4 Changed 10 years ago by dstillman

  • Resolution fixed deleted
  • Status changed from closed to reopened

Need font size support in external windows (especially pop-up note window)

comment:5 Changed 10 years ago by dstillman

  • Resolution set to fixed
  • Status changed from reopened to closed

(In [1169]) Closes #382, Make font sizes configurable/changeable

Add font size support in external windows

Windows can use the font size pref by including a line like the following in their init script:

Zotero.setFontSize(rootElement);

rootElement should be a XUL element that surrounds all content (but not a <window> or <dialog> or anything that doesn't have a 'style' property)

Windows with treeviews also need to include zotero.css:

<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>

Utilities should also do this for any GUIs they create.

Note: See TracTickets for help on using tickets.