From 62980a9c1142747f359e2caa984dfd00f23deb96 Mon Sep 17 00:00:00 2001 From: Rebecca S Date: Sun, 21 Jan 2024 16:16:58 -0800 Subject: [PATCH] Pull info for reset out of info bubble and onto page (#70) * re-styling text around reset button & adding the word ipmosition to the site * bumping version --- index.html | 4 ++-- package.json | 2 +- public/styles.css | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 8893fce..71fdb71 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@

Bookbinder JS

- A Javascript-based app for formatting PDFs for bookbinding. For more information, feature requests, or to + A Javascript-based app for formatting PDFs for bookbinding-- a process called imposition. For more information, feature requests, or to contribute, view the project's Github repository. If you have issues with this version, you can try the old version instead, which only supports folio layouts.
- ℹ️ + The page is able to save and load your current settings via the site URL. Clicking this button will reset those to the default settings.
diff --git a/package.json b/package.json index 0fe389b..78df06c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookbinder", - "version": "1.3.0", + "version": "1.3.1", "description": "An app to rearrange PDF pages for printing for bookbinding", "type": "module", "scripts": { diff --git a/public/styles.css b/public/styles.css index 2821d9c..97b70d6 100644 --- a/public/styles.css +++ b/public/styles.css @@ -155,6 +155,9 @@ body, .wrapper, #bookbinder { vertical-align: top; } + #reset_settings { - margin-top: 1em; + margin: 1em; + margin-right: 1em; + float: right; }