Index: chrome/browser/resources/options/advanced_options.html |
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html |
index 309d1b48b70a0d73022dc86f33789d741f21486a..70c4d7527fffc1793557d9a2b7053be074fb1d2a 100644 |
--- a/chrome/browser/resources/options/advanced_options.html |
+++ b/chrome/browser/resources/options/advanced_options.html |
@@ -110,9 +110,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> |
James Hawkins
2010/12/06 19:18:22
Doesn't this put the button on a new line?
tfarina
2010/12/06 19:26:03
Hum, yeah, hence the style attribute I've used.
W
|
<button id="downloadLocationBrowseButton" |
i18n-content="downloadLocationBrowseButton"></button> |
</div> |