1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

added settings pane

This commit is contained in:
Fred Chasen 2014-01-02 11:55:34 -08:00
parent df2d006ec2
commit 3bfadb2abc
4 changed files with 153 additions and 11 deletions

View file

@ -120,5 +120,21 @@
<div id="loader"><img src="../demo/img/loader.gif"></div>
</div>
<div class="modal md-effect-1" id="settings-modal">
<div class="md-content">
<h3>Settings</h3>
<div>
<p>
<!-- <input type='radio' name='fontSize' value='x-small'><span class='xsmall'>Extra Small</span><br>
<input type='radio' name='fontSize' value='small'><span class='small'>Small</span><br>
<input type='radio' name='fontSize' value='medium'><span class='medium'>Medium</span><br>
<input type='radio' name='fontSize' value='large'><span class='large'>Large</span><br>
<input type='radio' name='fontSize' value='x-large'><span class='xlarge'>Extra Large</span> -->
</p>
</div>
<div class="closer icon-cancel-circled"></div>
</div>
</div>
<div class="overlay"></div>
</body>
</html>