Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: issue-reporter.html

Issue 29587599: Issue 5887 - Issue reporter should use the SVG Adblock Plus logo (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Created Oct. 24, 2017, 10:45 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="utf-8"> 3 <meta charset="utf-8">
4 <script src="polyfill.js"></script> 4 <script src="polyfill.js"></script>
5 <script src="issue-reporter.js"></script> 5 <script src="issue-reporter.js"></script>
6 <script src="i18n.js"></script> 6 <script src="i18n.js"></script>
7 <link rel="stylesheet" type="text/css" href="skin/issue-reporter.css"> 7 <link rel="stylesheet" type="text/css" href="skin/issue-reporter.css">
8 <title class="i18n_issueReporter_page_title"></title> 8 <title class="i18n_issueReporter_page_title"></title>
9 </head> 9 </head>
10 <body> 10 <body>
11 <header> 11 <header>
12 <img id="logo" alt="Adblock Plus logo" src="icons/detailed/abp-64.png" src set="icons/detailed/abp-128.png 2x"> 12 <img id="logo" alt="Adblock Plus logo" src="skin/abp-logo.svg">
Wladimir Palant 2017/10/24 10:46:38 For reference: I'm not setting image size explicit
Wladimir Palant 2017/10/24 11:00:04 Never mind, this was a bad idea, causing the text
13 <div class="title"> 13 <div class="title">
14 <h1> 14 <h1>
15 Adblock <strong>Plus</strong> 15 Adblock <strong>Plus</strong>
16 </h1> 16 </h1>
17 <p class="i18n_issueReporter_page_title"></p> 17 <p class="i18n_issueReporter_page_title"></p>
18 </div> 18 </div>
19 </header> 19 </header>
20 20
21 <main> 21 <main>
22 <div class="page" id="dataCollectorPage"> 22 <div class="page" id="dataCollectorPage">
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 </div> 78 </div>
79 </main> 79 </main>
80 80
81 <footer> 81 <footer>
82 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a> 82 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a>
83 <button id="cancel" class="i18n_cancel secondary"></button> 83 <button id="cancel" class="i18n_cancel secondary"></button>
84 <button id="continue" class="i18n_continue primary" disabled></button> 84 <button id="continue" class="i18n_continue primary" disabled></button>
85 </footer> 85 </footer>
86 </body> 86 </body>
87 </html> 87 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld