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

Issue 7088010: Layout adjustment for i18n compatibility. (Closed)

Created:
9 years, 6 months ago by kevers
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Layout adjustment for i18n compatibility. Adjust layout of settings pages to use a display table in order to adjust appropriately for internationalization. Fix vertical alignment of headings with options. BUG=74487, 56535 TEST=Launch in a variety of locales. Go to 'chrome://settigns/browser'. Check for layout problems due to overlap of an option heading and the corresponding controls. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88419

Patch Set 1 #

Total comments: 31

Patch Set 2 : Code cleanup in response to reviewer feedback. #

Patch Set 3 : Refactor rule for padding around the warning at the top of the accounts page. #

Total comments: 6

Patch Set 4 : Code refactor to cleanup whitespacing and tighten CSS rules. #

Patch Set 5 : Remove redundant rules and extra blank lines. #

Total comments: 2

Patch Set 6 : Cleanup rule redundancy. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+661 lines, -611 lines) Patch
M chrome/browser/resources/options/advanced_options.html View 1 2 3 1 chunk +203 lines, -195 lines 0 comments Download
M chrome/browser/resources/options/browser_options.html View 1 chunk +101 lines, -99 lines 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_options.html View 1 2 1 chunk +59 lines, -57 lines 0 comments Download
M chrome/browser/resources/options/chromeos/accounts_options_page.css View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/chromeos/internet_options.html View 1 2 3 1 chunk +43 lines, -41 lines 0 comments Download
M chrome/browser/resources/options/chromeos/system_options.html View 1 chunk +90 lines, -88 lines 0 comments Download
M chrome/browser/resources/options/options_page.css View 1 2 3 4 5 2 chunks +38 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/personal_options.css View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/options/personal_options.html View 1 2 3 1 chunk +122 lines, -131 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kevers
http://codereview.chromium.org/7088010/diff/1/chrome/browser/resources/options/advanced_options.html File chrome/browser/resources/options/advanced_options.html (right): http://codereview.chromium.org/7088010/diff/1/chrome/browser/resources/options/advanced_options.html#newcode3 chrome/browser/resources/options/advanced_options.html:3: <div class="displaytable"> Added new <div> block to use 'display:table'. ...
9 years, 6 months ago (2011-06-02 19:03:36 UTC) #1
Rick Byers
I'm glad Tab's suggestion of using tables was relatively easy way to finally avoid the ...
9 years, 6 months ago (2011-06-03 15:06:06 UTC) #2
kevers1
http://codereview.chromium.org/7088010/diff/1/chrome/browser/resources/options/chromeos/accounts_options.html File chrome/browser/resources/options/chromeos/accounts_options.html (right): http://codereview.chromium.org/7088010/diff/1/chrome/browser/resources/options/chromeos/accounts_options.html#newcode3 chrome/browser/resources/options/chromeos/accounts_options.html:3: <div class="displaytable" id="userOptionsTable"> On 2011/06/03 15:06:07, rbyers wrote: > ...
9 years, 6 months ago (2011-06-03 18:45:44 UTC) #3
Rick Byers
Thanks for making those improvements Kevin. I've got a few more suggestions. http://codereview.chromium.org/7088010/diff/1/chrome/browser/resources/options/options_page.css File chrome/browser/resources/options/options_page.css ...
9 years, 6 months ago (2011-06-04 18:49:44 UTC) #4
James Hawkins
LGTM FYI, breaking this up into a smaller CL would have been ideal.
9 years, 6 months ago (2011-06-08 17:40:41 UTC) #5
Rick Byers
Thanks for the tweaks Kevin. One little one left. Rick http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css File chrome/browser/resources/options/options_page.css (right): http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css#newcode817 ...
9 years, 6 months ago (2011-06-08 17:55:36 UTC) #6
kevers
http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css File chrome/browser/resources/options/options_page.css (right): http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css#newcode817 chrome/browser/resources/options/options_page.css:817: border-bottom: 1px solid #eeeeee; On 2011/06/08 17:55:36, rbyers wrote: ...
9 years, 6 months ago (2011-06-08 20:39:08 UTC) #7
Rick Byers
On 2011/06/08 20:39:08, kevers wrote: > http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css > File chrome/browser/resources/options/options_page.css (right): > > http://codereview.chromium.org/7088010/diff/17004/chrome/browser/resources/options/options_page.css#newcode817 > ...
9 years, 6 months ago (2011-06-08 20:59:25 UTC) #8
commit-bot: I haz the power
9 years, 6 months ago (2011-06-08 22:32:15 UTC) #9
Change committed as 88419

Powered by Google App Engine
This is Rietveld 408576698