Skip to content

Commit

Permalink
Pull info for reset out of info bubble and onto page (#70)
Browse files Browse the repository at this point in the history
* re-styling text around reset button & adding the word ipmosition to the site

* bumping version
  • Loading branch information
sithel authored Jan 22, 2024
1 parent e96de61 commit 62980a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="wrapper">
<div class="section" id="intro">
<h1>Bookbinder JS</h1>
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 <a href="https://github.com/momijizukamori/bookbinder-js">Github repository</a>.
If you have issues with this version, you can try the <a href="%BASE_URL%old/index.html">old version</a> instead, which only supports folio layouts.
<center style="font-family:monospace;
Expand All @@ -29,7 +29,7 @@ <h1>Bookbinder JS</h1>
<h2>Settings</h2>
<span class="row">
<button type="button" name="reset_settings" id="reset_settings">Reset</button>
<span data-balloon-length="medium" aria-label="The imposer is able to save and load your current settings via the site URL. Clicking this button will reset those to the default settings." data-balloon-pos="up">ℹ️</span>
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.
</span>
</div>
<form id="bookbinder" name="bookbinder">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
5 changes: 4 additions & 1 deletion public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ body, .wrapper, #bookbinder {
vertical-align: top;
}


#reset_settings {
margin-top: 1em;
margin: 1em;
margin-right: 1em;
float: right;
}

0 comments on commit 62980a9

Please sign in to comment.