Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: chrome/browser/resources/options/personal_options.html

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="personal-page" class="page hidden"> 1 <div id="personal-page" class="page" hidden>
2 <h1 i18n-content="personalPage"></h1> 2 <h1 i18n-content="personalPage"></h1>
3 <if expr="pp_ifdef('chromeos')"> 3 <if expr="pp_ifdef('chromeos')">
4 <section> 4 <section>
5 <h3 i18n-content="account"></h3> 5 <h3 i18n-content="account"></h3>
6 <div> 6 <div>
7 <table class="option-control-table"> 7 <table class="option-control-table">
8 <tr> 8 <tr>
9 <td> 9 <td>
10 <img id='account-picture' 10 <img id='account-picture'
11 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> 11 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'>
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 </div> 145 </div>
146 <div id="themes-gallery-div"> 146 <div id="themes-gallery-div">
147 <a id="themes-gallery" i18n-content="themesGallery" 147 <a id="themes-gallery" i18n-content="themesGallery"
148 i18n-values="href:themesGalleryURL" target="_blank"></a> 148 i18n-values="href:themesGalleryURL" target="_blank"></a>
149 </div> 149 </div>
150 </div> 150 </div>
151 </section> 151 </section>
152 </if> 152 </if>
153 153
154 </div> 154 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698