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

Unified Diff: chrome/content/ui/firstRun.html

Issue 5978545083908096: Relocating sharing section (Closed)
Patch Set: added line break to firstRun.properties Created Nov. 29, 2013, 9:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/firstRun.html
===================================================================
--- a/chrome/content/ui/firstRun.html
+++ b/chrome/content/ui/firstRun.html
@@ -45,25 +45,41 @@
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
</section>
+
+ <section id="share">
+ <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
+
+ <div id="donate-block">
+ <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
+ <span id="donate-label" class="i18n_firstRun_donate_label"></span>
+ </div>
+
+ <div id="share-block">
+ <div id="share-general" class="share-buttons">
+ <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?">
+ </a>
+ <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets.js">
+ </a>
+ <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/js/plusone.js">
+ </a>
+ </div>
+
+ <!-- Chinese social networks -->
+ <div id="share-chinese" class="share-buttons">
+ <a id="share-renren" href="http://www.renren.com/601651969" target="_blank">
+ </a>
+ <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank">
+ </a>
+ </div>
+ <span class="i18n_firstRun_share"></span>
+ </div>
+ </section>
+
+
<section id="can-do-more">
<h2 class="i18n_firstRun_features"></h2>
- <ul id="can-do-more-overview">
- <li id="feature-first">
- <div class="feature-malware-image"></div>
- <h4 class="i18n_firstRun_feature_malware"></h4>
- </li>
- <li>
- <div class="feature-social-image"></div>
- <h4 class="i18n_firstRun_feature_social"></h4>
- </li>
- <li>
- <div class="feature-tracking-image"></div>
- <h4 class="i18n_firstRun_feature_tracking"></h4>
- </li>
- </ul>
-
- <div id="can-do-more-expanded">
+ <div id="can-do-more-content">
<ul id="features">
<li id="feature-malware" class="feature">
<div class="feature-image feature-malware-image"></div>
@@ -113,48 +129,8 @@
</ul>
</div>
-
-
- <div id="activate-features" class="overview" data-status="overview">
- <div class="arrow"></div>
- <a id="activate-features-label">
- <span id="label-show-expanded" class="i18n_firstRun_feature_show_expanded"></span>
- <span id="label-show-overview" class="i18n_firstRun_feature_show_overview hide"></span>
- </a>
-
- <div class="arrow"></div>
- </div>
</section>
- <section id="share">
- <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
-
- <div id="donate-block">
- <a id="donate" class="i18n_firstRun_donate" target="_blank"></a>
- <span id="donate-label" class="i18n_firstRun_donate_label"></span>
- </div>
-
- <div id="share-block">
- <div id="share-general" class="share-buttons">
- <a id="share-facebook" href="https://www.facebook.com/adblockplus" target="_blank" data-script="https://facebook.com/plugins/like.php?">
- </a>
- <a id="share-twitter" href="https://twitter.com/adblockplus" target="_blank" data-script="https://platform.twitter.com/widgets.js">
- </a>
- <a id="share-gplus" href="https://www.google.com/+AdblockPlus" target="_blank" data-script="https://apis.google.com/js/plusone.js">
- </a>
- </div>
-
- <!-- Chinese social networks -->
- <div id="share-chinese" class="share-buttons">
- <a id="share-renren" href="http://www.renren.com/601651969" target="_blank">
- </a>
- <a id="share-weibo" href="http://e.weibo.com/adblockplus/" target="_blank">
- </a>
- </div>
- <span class="i18n_firstRun_share"></span>
- </div>
-
- </section>
<footer>
<a id="contributors" class="i18n_firstRun_contributor_credits"></a>
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld