mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Add close button and title bar for b2g.
This commit is contained in:
parent
9bf318019e
commit
df0d9be4a5
6 changed files with 34 additions and 14 deletions
6
web/viewer-snippet-b2g-activity-header.html
Normal file
6
web/viewer-snippet-b2g-activity-header.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<section role="region" id="activityHeader" class="skin-organic">
|
||||
<header>
|
||||
<button id="activityClose"><span class="icon icon-close"></span></button>
|
||||
<h1 id="activityTitle"></h1>
|
||||
</header>
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue