1
0
Fork 0
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:
Brendan Dahl 2012-11-28 11:02:56 -08:00
parent 9bf318019e
commit df0d9be4a5
6 changed files with 34 additions and 14 deletions

View 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>