aboutsummaryrefslogtreecommitdiffstats
path: root/helpDialog.html
AgeCommit message (Collapse)Author
2012-05-05rename help dialogPhil Crosby
2012-01-15Harden and move CSS declarations out of the code.Peter Parks
Remove CSS from background_page.html and change getLinkHintCss to only return the user's overrides. Add vimiumReset class to html generated by completionDialog, helpDialog, linkHints and vimiumFrontEnd Add vimium.css to the manifest and link to it in the tests_harnesses/automated.html and options.html. Add an id, vimiumLinkHintsContainer, to linkhints div to allow user overrides to have a higher specificity. Change the default for the user CSS override.
2012-01-15Adjusted CSS for linkhints, help menu, text search, and bookmarks search UI ↵Peter Parks
elements. They should now be able to stand up to base element declarations created by a website. Added comments to the linkhints css settings on the options page and set default properties that a user would change to make it clear where they should be modified. Added a dropshadow to the linkhints to make them stand out better against similarly colored site backgrounds.
2012-01-09Use JS to resize the help dialog automatically.Jez Ng
This works better than media queries. Reverts commit d71706a.
2012-01-09Prevent help dialog from overflowing the screen.Jez Ng
Uses media queries. Closes #419.
2011-09-13removed call to centerDialogJakh Daven
2011-07-29Remove the zooming functionality. It conflict's with Chrome's native zooming ↵Phil Crosby
and doesn't work as well. Now that Chrome saves your zoom settings, there's no need for our own zoom implementation. This also fixes #370.
2011-02-11Change the font size on the help dialog to 11 temporarily because, without ↵ilya
more refactoring, the command view in the options page with advanced enabled is way too large.
2011-02-09Re-center the help dialog when it gets taller after clicking "show advanced ↵Phil Crosby
commands"
2011-02-09Preserve the "show advanced commands" setting after you close the vimium ↵Phil Crosby
help dialog.
2011-01-30Tighten up the layout of the help dialogPhil Crosby
2011-01-30Split the help dialog into common commands and advanced commands. This ↵Phil Crosby
closes #284
2010-09-05Repair a help dialog regression I introducedPhil Crosby
2010-09-05minor style changesPhil Crosby
2010-05-18Add a link to the Options page in the vimium help dialog. Closes #87.Phil Crosby
2010-04-25Merge branch 'master' of git://github.com/philc/vimiumilya
2010-04-25Add showHelp to the command listings / help dialog.ilya
2010-04-24Override all background colors in the help dialog. Fixes wikipedia and ↵Phil Crosby
closes #95.
2010-04-24Specify a table-layout of auto; this fixes the help dialog's appearance on ↵Phil Crosby
gamefaqs.com
2010-03-09Add a dialog to show all available commands for key mappings under the ↵ilya
options page.
2010-03-07Make the help dialog a little more robust against the page's styles.Phil Crosby
2010-03-07Vertically center the help dialog.Phil Crosby
2010-03-07Display the current version in the help dialog. Hide link to homepage.Phil Crosby
2010-03-07Show a help dialog when pressing ? which displays all of the current ↵Phil Crosby
keybindings o_O