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

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

Issue 10860047: New toggle button on First-run page (Closed)
Patch Set: Created July 8, 2013, 10:26 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
@@ -47,11 +47,9 @@
</p>
</div>
<div id="toggle-typo" class="toggle">
- <div class="toggle-inner">
- <div class="i18n_firstRun_toggle_on toggle-on"></div>
- <div class="toggle-blob"></div>
- <div class="i18n_firstRun_toggle_off toggle-off"></div>
- </div>
+ <div class="i18n_firstRun_toggle_on toggle-on"></div>
+ <div class="toggle-blob"></div>
+ <div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</li>
<li id="feature-malware" class="feature">
@@ -62,11 +60,9 @@
</p>
</div>
<div id="toggle-malware" class="toggle">
- <div class="toggle-inner">
- <div class="i18n_firstRun_toggle_on toggle-on"></div>
- <div class="toggle-blob"></div>
- <div class="i18n_firstRun_toggle_off toggle-off"></div>
- </div>
+ <div class="i18n_firstRun_toggle_on toggle-on"></div>
+ <div class="toggle-blob"></div>
+ <div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</li>
<li id="feature-social" class="feature">
@@ -77,11 +73,9 @@
</p>
</div>
<div id="toggle-social" class="toggle">
- <div class="toggle-inner">
- <div class="i18n_firstRun_toggle_on toggle-on"></div>
- <div class="toggle-blob"></div>
- <div class="i18n_firstRun_toggle_off toggle-off"></div>
- </div>
+ <div class="i18n_firstRun_toggle_on toggle-on"></div>
+ <div class="toggle-blob"></div>
+ <div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</li>
<li id="feature-tracking" class="feature">
@@ -92,11 +86,9 @@
</p>
</div>
<div id="toggle-tracking" class="toggle">
- <div class="toggle-inner">
- <div class="i18n_firstRun_toggle_on toggle-on"></div>
- <div class="toggle-blob"></div>
- <div class="i18n_firstRun_toggle_off toggle-off"></div>
- </div>
+ <div class="i18n_firstRun_toggle_on toggle-on"></div>
+ <div class="toggle-blob"></div>
+ <div class="i18n_firstRun_toggle_off toggle-off"></div>
</div>
</li>
</ul>
« 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