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

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

Issue 9827001: Fix vertical margins for the 'profiles-single-message' element. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/browser_options.html
===================================================================
--- chrome/browser/resources/options2/browser_options.html (revision 127987)
+++ chrome/browser/resources/options2/browser_options.html (working copy)
@@ -228,7 +228,8 @@
</if>
<div id="profiles-section" hidden>
<list id="profiles-list" class="settings-list" hidden></list>
- <div id="profiles-single-message" i18n-content="profilesSingleUser">
+ <div id="profiles-single-message" class="settings-row"
+ i18n-content="profilesSingleUser">
</div>
<div id="profiles-buttons">
<button id="profiles-create" i18n-content="profilesCreate"></button>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698