mobile/android/chrome/content/aboutReader.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <!DOCTYPE html>
michael@0 2 <html>
michael@0 3
michael@0 4 <head>
michael@0 5 <meta content="text/html; charset=UTF-8" http-equiv="content-type">
michael@0 6 <meta name="viewport" content="width=device-width; user-scalable=0" />
michael@0 7
michael@0 8 <link rel="stylesheet" href="chrome://browser/skin/aboutReader.css" type="text/css"/>
michael@0 9 </head>
michael@0 10
michael@0 11 <body>
michael@0 12 <div id="reader-header" class="header">
michael@0 13 <a id="reader-domain" class="domain"></a>
michael@0 14 <div class="domain-border"></div>
michael@0 15 <h1 id="reader-title"></h1>
michael@0 16 <div id="reader-credits" class="credits"></div>
michael@0 17 </div>
michael@0 18
michael@0 19 <div id="reader-content" class="content">
michael@0 20 </div>
michael@0 21
michael@0 22 <div id="reader-message" class="message">
michael@0 23 </div>
michael@0 24
michael@0 25 <ul id="reader-toolbar" class="toolbar toolbar-hidden">
michael@0 26 <li><a id="share-button" class="button share-button" href="#"></a></li>
michael@0 27 <ul class="dropdown">
michael@0 28 <li><a class="dropdown-toggle button style-button" href="#"></a></li>
michael@0 29 <li class="dropdown-popup">
michael@0 30 <ul id="font-type-buttons"></ul>
michael@0 31 <hr></hr>
michael@0 32 <ul id="font-size-buttons" class="segmented-button"></ul>
michael@0 33 <hr></hr>
michael@0 34 <ul id="color-scheme-buttons" class="segmented-button"></ul>
michael@0 35 </li>
michael@0 36 </ul>
michael@0 37 <li><a id="toggle-button" class="button toggle-button" href="#"></a></li>
michael@0 38 </ul>
michael@0 39
michael@0 40 </body>
michael@0 41
michael@0 42 </html>

mercurial