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

Unified Diff: chrome/browser/resources/input_window_dialog.html

Issue 8438037: Change 'Add Page' to show a simple input dialog with --use-more-webui. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/input_window_dialog.css ('k') | chrome/browser/resources/input_window_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/input_window_dialog.html
diff --git a/chrome/browser/resources/input_window_dialog.html b/chrome/browser/resources/input_window_dialog.html
index 0ada56f746e11603f9ab8f228349b45c16692037..4ebb85d9e03018b8f4ab47ca43ec5b42f80fac06 100644
--- a/chrome/browser/resources/input_window_dialog.html
+++ b/chrome/browser/resources/input_window_dialog.html
@@ -15,11 +15,13 @@
</head>
<body>
<div class="vbox">
- <div class="input-area">
- <div>
- <span id="name-label"></span>
- <input id="name" type="text" autofocus>
- </div>
+ <div>
+ <span id="name-label" class="label"></span>
+ <input id="name" type="text" autofocus>
+ </div>
+ <div id="url-area">
+ <span id="url-label" class="label"></span>
+ <input id="url" type="text">
</div>
<div class="buttons-area">
<div>
« no previous file with comments | « chrome/browser/resources/input_window_dialog.css ('k') | chrome/browser/resources/input_window_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698