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

Unified Diff: chrome/browser/resources/options/add_startup_page_overlay.html

Issue 6372010: DOMUI: Refactor the new overlay style and apply it to all overlays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review fix 3. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_edit_address_overlay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/add_startup_page_overlay.html
diff --git a/chrome/browser/resources/options/add_startup_page_overlay.html b/chrome/browser/resources/options/add_startup_page_overlay.html
index 230c1a9e8929fca1b806c10c32d80b5c44ed4424..0655f7f9ee14725865dd3fe12e721512703aac57 100644
--- a/chrome/browser/resources/options/add_startup_page_overlay.html
+++ b/chrome/browser/resources/options/add_startup_page_overlay.html
@@ -1,18 +1,19 @@
<div class="page hidden" id="addStartupPageOverlay">
<h1 i18n-content="addStartupPageTitle"></h1>
-
<form id="addStartupPageForm">
- <label id="addURLBlock"><span
- i18n-content="addStartupPageURLLabel"></span>
- <input id="addStartupPageURL"></label>
-
- <list id="addStartupRecentPageList"></list>
-
- <div class="action-area button-strip">
- <button type="reset"
- i18n-content="addStartupPageCancelButton"></button>
- <button type="submit" id="addStartupPageAddButton" disabled
- i18n-content="addStartupPageAddButton"></button>
+ <div class="content-area">
+ <label id="addURLBlock"><span
+ i18n-content="addStartupPageURLLabel"></span>
+ <input type="url" id="addStartupPageURL"></label>
+ <list id="addStartupRecentPageList"></list>
+ </div>
+ <div class="action-area">
+ <div class="button-strip">
+ <button type="reset"
+ i18n-content="addStartupPageCancelButton"></button>
+ <button type="submit" id="addStartupPageAddButton" disabled
+ i18n-content="addStartupPageAddButton"></button>
+ </div>
</div>
</form>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/options/autofill_edit_address_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698