summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 23:53:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-18 23:53:49 +0000
commitcd91a007e765486a6b84222bdec474f75bc1fa33 (patch)
tree32e1c2af8e8ab414790859c665c18e7c6b14cce9 /chrome/browser/resources/options
parentf9e904945c9266d0f77e174ccfd95f468699f2f6 (diff)
downloadchromium_src-cd91a007e765486a6b84222bdec474f75bc1fa33.zip
chromium_src-cd91a007e765486a6b84222bdec474f75bc1fa33.tar.gz
chromium_src-cd91a007e765486a6b84222bdec474f75bc1fa33.tar.bz2
DOMUI Settings: UTH: Fix up Downloads section
- Downloads label, input, button should be on one line. - Remove 'You can clear these settings...' text. BUG=63840 TEST=visual Review URL: http://codereview.chromium.org/5649002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69663 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/options')
-rw-r--r--chrome/browser/resources/options/advanced_options.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 758e06c..a987563 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -115,9 +115,11 @@
<h3 i18n-content="downloadLocationGroupName"></h3>
<div>
<if expr="not pp_ifdef('chromeos')">
- <div i18n-content="downloadLocationBrowseTitle"></div>
<div>
- <input id="downloadLocationPath" type="text" size="60" disabled>
+ <label>
+ <span i18n-content="downloadLocationBrowseTitle"></span>
+ <input id="downloadLocationPath" type="text" size="60" disabled>
+ </label>
<button id="downloadLocationBrowseButton"
i18n-content="downloadLocationBrowseButton"></button>
</div>