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

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

Issue 6260019: DOMUI: A few fixes post-dialog refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="alertOverlay"> 1 <div class="page hidden" id="alertOverlay">
2 <h1 id="alertOverlayTitle"></h1> 2 <h1 id="alertOverlayTitle"></h1>
3 <div id="alertOverlayMessage"></div> 3 <div class="content-area">
4 <div class="action-area button-strip"> 4 <div id="alertOverlayMessage"></div>
5 <button type="reset" id="alertOverlayCancel"></button> 5 </div>
6 <button type="submit" id="alertOverlayOk"></button> 6 <div class="action-area">
7 <div class="button-strip">
8 <button type="reset" id="alertOverlayCancel"></button>
9 <button type="submit" id="alertOverlayOk"></button>
10 </div>
7 </div> 11 </div>
8 </div> 12 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/browser_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698