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

Delta Between Two Patch Sets: chrome/content/ui/firstRun.html

Issue 11039060: first run page redesign (Closed)
Left Patch Set: new share part, transition changed with own method Created Aug. 6, 2013, 3:57 p.m.
Right Patch Set: improve after wladimirs code review Created Oct. 4, 2013, 4:50 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 <div class="i18n_firstRun_toggle_off toggle-off"></div> 104 <div class="i18n_firstRun_toggle_off toggle-off"></div>
105 </div> 105 </div>
106 </div> 106 </div>
107 </li> 107 </li>
108 108
109 </ul> 109 </ul>
110 110
111 </div> 111 </div>
112 112
113 113
114 <div id="activate-features" data-status="overview"> 114 <div id="activate-features" class="overview" data-status="overview">
115 <div id="arrow-left" class="arrow-down"></div> 115 <div class="arrow"></div>
116 <div id="activate-features-label" class="i18n_firstRun_feature_activate" ></div> 116 <a id="activate-features-label">
117 <div id="arrow-right" class="arrow-down"></div> 117 <span id="label-show-expanded" class="i18n_firstRun_feature_show_expan ded"></span>
118 <span id="label-show-overview" class="i18n_firstRun_feature_show_overv iew hide"></span>
119 </a>
120
121 <div class="arrow"></div>
118 </div> 122 </div>
119 </section> 123 </section>
120 124
121 <section id="share"> 125 <section id="share">
122 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> 126 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
123 127
124 <div id="donate-block"> 128 <div id="donate-block">
125 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a> 129 <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
126 <span id="donate-label" class="i18n_firstRun_donate_label"></span> 130 <span id="donate-label" class="i18n_firstRun_donate_label"></span>
127 </div> 131 </div>
128 132
129 <div id="share-block"> 133 <div id="share-block">
130 <div id="share-buttons"> 134 <div id="share-general" class="share-buttons">
131 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?"> 135 <a id="share-facebook" href="https://www.facebook.com/adblockplus" tar get="_blank" data-script="https://facebook.com/plugins/like.php?">
132 </a> 136 </a>
133 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets.js"> 137 <a id="share-twitter" href="https://twitter.com/adblockplus" target="_ blank" data-script="https://platform.twitter.com/widgets.js">
134 </a> 138 </a>
135 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/js/plusone.js"> 139 <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target= "_blank" data-script="https://apis.google.com/js/plusone.js">
136 </a> 140 </a>
137 </div> 141 </div>
142
143 <!-- Chinese social networks -->
144 <div id="share-chinese" class="share-buttons">
145 <a id="share-renren" href="http://www.renren.com/601651969" target="_b lank">
146 </a>
147 <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_bl ank">
148 </a>
149 </div>
138 <span class="i18n_firstRun_share"></span> 150 <span class="i18n_firstRun_share"></span>
139 </div> 151 </div>
152
140 </section> 153 </section>
141 154
155 <footer>
156 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
157 </footer>
142 158
143 159
144 <div id="glass-pane"> 160 <div id="glass-pane">
145 <iframe id="share-popup" scrolling="no"></iframe> 161 <iframe id="share-popup" scrolling="no"></iframe>
146 </div> 162 </div>
147 </body> 163 </body>
148 </html> 164 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld