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

Unified Diff: chrome/browser/resources/options2/manage_profile_overlay.html

Issue 10830194: Decreased spacing for "name" label above name input box in create/manage dialog (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 4 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
Index: chrome/browser/resources/options2/manage_profile_overlay.html
===================================================================
--- chrome/browser/resources/options2/manage_profile_overlay.html (revision 150179)
+++ chrome/browser/resources/options2/manage_profile_overlay.html (working copy)
@@ -8,11 +8,11 @@
i18n-content="manageProfilesIconLabel">
</div>
<grid id="manage-profile-icon-grid"></grid>
- <div class="profile-name-container">
+ <div id="manage-profile-name-label-container">
<span id="manage-profile-name-label"
i18n-content="manageProfilesNameLabel"></span>
</div>
- <div class="profile-name-container">
+ <div id="manage-profile-name-input-container">
<input id="manage-profile-name" type="text" required>
</div>
<div id="manage-profile-error-bubble" hidden>
@@ -58,12 +58,12 @@
<div id="create-profile-content" class="content-area">
<div id="create-profile-instructions"></div>
<grid id="create-profile-icon-grid"></grid>
- <div class="profile-name-container">
+ <div id="create-profile-name-label-container">
<span id="create-profile-name-label"
i18n-content="manageProfilesNameLabel">
</span>
</div>
- <div class="profile-name-container">
+ <div id="create-profile-name-input-container">
<input id="create-profile-name" type="text" required>
</div>
<div id="create-profile-error-bubble" hidden></div>

Powered by Google App Engine
This is Rietveld 408576698