diff options
author | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 06:10:21 +0000 |
---|---|---|
committer | satorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-27 06:10:21 +0000 |
commit | 5a53b62b3e52202f530447f4fdf3637e39a56c35 (patch) | |
tree | d07a229448eabf7cc2af642e007b0a62f7d07766 /DEPS | |
parent | 754e338262de0671f7d3e09f54008a502674f2bc (diff) | |
download | chromium_src-5a53b62b3e52202f530447f4fdf3637e39a56c35.zip chromium_src-5a53b62b3e52202f530447f4fdf3637e39a56c35.tar.gz chromium_src-5a53b62b3e52202f530447f4fdf3637e39a56c35.tar.bz2 |
Fix a layout issue in the input method list in the language options on Chrome
Before the fix, we didn't have any space between a checkbox and the input
method name, which looked bad.
Note that we don't have this problem in other options pages, as our HTML
files are formatted like:
<input id="foobar" type="checkbox">
<span i18n-content="foobar">
the line break between two elements make a text node of a single space
inbetween.
BUG=chromium-os:11248
TEST=on chrome os, open the language options, see the input method list.
Review URL: http://codereview.chromium.org/6241016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
0 files changed, 0 insertions, 0 deletions