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

Side by Side Diff: chrome/content/ui/firstRun.html

Issue 10860047: New toggle button on First-run page (Closed)
Patch Set: Change button to have dynamic width Created June 11, 2013, 12:05 p.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 | chrome/content/ui/firstRun.js » ('j') | chrome/content/ui/firstRun.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 Eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 28 matching lines...) Expand all
39 <h2 id="features-title" class="i18n_firstRun_features"></h2> 39 <h2 id="features-title" class="i18n_firstRun_features"></h2>
40 40
41 <ul id="features"> 41 <ul id="features">
42 <li id="feature-typo" class="feature" hidden="true"> 42 <li id="feature-typo" class="feature" hidden="true">
43 <div class="feature-image"></div> 43 <div class="feature-image"></div>
44 <div class="feature-description"> 44 <div class="feature-description">
45 <p class="feature-text"> 45 <p class="feature-text">
46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span> 46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span>
47 </p> 47 </p>
48 </div> 48 </div>
49 <button id="toggle-typo"></button> 49 <div id="toggle-typo" class="toggle">
50 <div class="i18n_firstRun_toggle_on toggle-on"></div>
51 <div class="toggle-blob"></div>
52 <div class="i18n_firstRun_toggle_off toggle-off"></div>
53 </div>
50 </li> 54 </li>
51 <li id="feature-malware" class="feature"> 55 <li id="feature-malware" class="feature">
52 <div class="feature-image"></div> 56 <div class="feature-image"></div>
53 <div class="feature-description"> 57 <div class="feature-description">
54 <p class="feature-text"> 58 <p class="feature-text">
55 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span> 59 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
56 </p> 60 </p>
57 </div> 61 </div>
58 <button id="toggle-malware"></button> 62 <div id="toggle-malware" class="toggle">
63 <div class="i18n_firstRun_toggle_on toggle-on"></div>
64 <div class="toggle-blob"></div>
65 <div class="i18n_firstRun_toggle_off toggle-off"></div>
66 </div>
59 </li> 67 </li>
60 <li id="feature-social" class="feature"> 68 <li id="feature-social" class="feature">
61 <div class="feature-image"></div> 69 <div class="feature-image"></div>
62 <div class="feature-description"> 70 <div class="feature-description">
63 <p class="feature-text"> 71 <p class="feature-text">
64 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span> 72 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
65 </p> 73 </p>
66 </div> 74 </div>
67 <button id="toggle-social"></button> 75 <div id="toggle-social" class="toggle">
76 <div class="i18n_firstRun_toggle_on toggle-on"></div>
77 <div class="toggle-blob"></div>
78 <div class="i18n_firstRun_toggle_off toggle-off"></div>
79 </div>
68 </li> 80 </li>
69 <li id="feature-tracking" class="feature"> 81 <li id="feature-tracking" class="feature">
70 <div class="feature-image"></div> 82 <div class="feature-image"></div>
71 <div class="feature-description"> 83 <div class="feature-description">
72 <p class="feature-text"> 84 <p class="feature-text">
73 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span> 85 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
74 </p> 86 </p>
75 </div> 87 </div>
76 <button id="toggle-tracking"></button> 88 <div id="toggle-tracking" class="toggle">
89 <div class="i18n_firstRun_toggle_on toggle-on"></div>
90 <div class="toggle-blob"></div>
91 <div class="i18n_firstRun_toggle_off toggle-off"></div>
92 </div>
77 </li> 93 </li>
78 </ul> 94 </ul>
79 95
80 <footer id="social"> 96 <footer id="social">
81 <h1 class="i18n_firstRun_share"></h1> 97 <h1 class="i18n_firstRun_share"></h1>
82 <ul> 98 <ul>
83 <li> 99 <li>
84 <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a> 100 <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a>
85 </li> 101 </li>
86 <li> 102 <li>
87 <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a> 103 <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a>
88 </li> 104 </li>
89 <li> 105 <li>
90 <a id="share-gplus" class="share-button" href="#" title="Share on Go ogle+"></a> 106 <a id="share-gplus" class="share-button" href="#" title="Share on Go ogle+"></a>
91 </li> 107 </li>
92 </ul> 108 </ul>
93 </footer> 109 </footer>
94 </div> 110 </div>
95 111
96 <div id="glass-pane"> 112 <div id="glass-pane">
97 <iframe id="share-popup" scrolling="no"></iframe> 113 <iframe id="share-popup" scrolling="no"></iframe>
98 </div> 114 </div>
99 </body> 115 </body>
100 </html> 116 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/content/ui/firstRun.js » ('J')

Powered by Google App Engine
This is Rietveld