aboutsummaryrefslogtreecommitdiffstats
path: root/options.html
AgeCommit message (Collapse)Author
2017-03-18options.html: Increase the width of inputsTeddy Wing
Allow a little more breathing room for input content. One option was too large for the input, which is why I'm increasing the width.
2017-03-18options.html: Fix syntax error in CSSTeddy Wing
I had copied this line directly from the Chrome Extension Options page documentation, but it looks like it has a typo. Fix the syntax error.
2017-03-18Eliminate scrollbar from options modal dialogTeddy Wing
Copy the padding style from the example on the Chrome developer page (https://developer.chrome.com/extensions/optionsV2) to eliminate the scrollbar in the dialog.
2017-03-18Add options pageTeddy Wing
Create an HTML page to store configurable options. These will be used as the defaults when auto-filling fields in time entries.