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

Side by Side Diff: chrome/browser/resources/ntp4/new_tab.html

Issue 8510042: fix appearance of buttons in chrome://settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: also one breakage found in ntp Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/accounts_user_list.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 <body> 73 <body>
74 <button id="login-container" class="custom-appearance" hidden> 74 <button id="login-container" class="custom-appearance" hidden>
75 <div id="login-status-header"></div> 75 <div id="login-status-header"></div>
76 <div id="login-status-sub-header"></div> 76 <div id="login-status-sub-header"></div>
77 </button> 77 </button>
78 78
79 <div id="notification-container" class="inactive" hidden> 79 <div id="notification-container" class="inactive" hidden>
80 <div id="notification"> 80 <div id="notification">
81 <span></span> 81 <span></span>
82 <div id="notificationLinks"></div> 82 <div id="notificationLinks"></div>
83 <button class="close-button" class="custom-appearance"></button> 83 <button class="close-button custom-appearance" class="custom-appearance">
84 </button>
84 </div> 85 </div>
85 </div> 86 </div>
86 87
87 <div id="card-slider-frame"> 88 <div id="card-slider-frame">
88 <button id="page-switcher-start" class="page-switcher custom-appearance" 89 <button id="page-switcher-start" class="page-switcher custom-appearance"
89 tabindex="2" hidden>‹ 90 tabindex="2" hidden>‹
90 </button> 91 </button>
91 <div id="page-list"></div> 92 <div id="page-list"></div>
92 <button id="page-switcher-end" class="page-switcher custom-appearance" 93 <button id="page-switcher-end" class="page-switcher custom-appearance"
93 tabindex="2" hidden>› 94 tabindex="2" hidden>›
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 </div> 194 </div>
194 195
195 <!-- Bookmarks Import Data Link --> 196 <!-- Bookmarks Import Data Link -->
196 <div id="bookmarks-import-data-link-template" 197 <div id="bookmarks-import-data-link-template"
197 class="bookmarks-import-data-link-wrapper" hidden> 198 class="bookmarks-import-data-link-wrapper" hidden>
198 <a href="chrome://settings/importData" 199 <a href="chrome://settings/importData"
199 i18n-content="importDataLinkTitle" class="link-color"></a> 200 i18n-content="importDataLinkTitle" class="link-color"></a>
200 </div> 201 </div>
201 202
202 </html> 203 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/accounts_user_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698