summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 01:16:27 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-07 01:16:27 +0000
commit0182aa9fbf5af506d65ce360680843a6d5ebd085 (patch)
treeb09ea610a1f99d13a46efa178bc2164c2e8136b8
parent321bc6158b67c6dd7cc7dd69727b76510bcd6016 (diff)
downloadchromium_src-0182aa9fbf5af506d65ce360680843a6d5ebd085.zip
chromium_src-0182aa9fbf5af506d65ce360680843a6d5ebd085.tar.gz
chromium_src-0182aa9fbf5af506d65ce360680843a6d5ebd085.tar.bz2
[settings] a few minor appearance tweaks
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9348003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120672 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/app/generated_resources.grd4
-rw-r--r--chrome/browser/resources/options2/advanced_options.css8
-rw-r--r--chrome/browser/resources/options2/advanced_options.html8
3 files changed, 14 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e1e455e..a829559 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5210,7 +5210,7 @@ Because search results are requested even while you're typing your query, your d
http://support.google.com/chrome/bin/answer.py?answer=95440&amp;hl=[GRITLANGCODE]
</message>
<message name="IDS_INSTANT_PREF_WITH_WARNING" desc="Preference for enabling instant, along with the warning that used to be displayed beneath it.">
- Enable Instant for faster searching (omnibox input may be <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>logged<ph name="END_LINK">&lt;/a&gt;</ph>).
+ Enable Instant for faster searching (omnibox input may be <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>logged<ph name="END_LINK">&lt;/a&gt;</ph>)
</message>
<message name="IDS_INSTANT_PREF" desc="Preference for enabling instant">
Enable Instant for faster searching
@@ -9709,7 +9709,7 @@ The following application will be launched if you accept this request:
</if>
<message name="IDS_OPTIONS_DISABLE_WEB_SERVICES" desc="The text in the options panel describes that we can disable web services.">
- You may optionally disable these services
+ You may optionally disable these services.
</message>
<message name="IDS_OPTIONS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference">
Use a web service to help resolve navigation errors
diff --git a/chrome/browser/resources/options2/advanced_options.css b/chrome/browser/resources/options2/advanced_options.css
index e4b9db0..58cc1f6 100644
--- a/chrome/browser/resources/options2/advanced_options.css
+++ b/chrome/browser/resources/options2/advanced_options.css
@@ -45,3 +45,11 @@
display: inline-block;
vertical-align: baseline;
}
+
+#privacy-explanation {
+ line-height: 1.8em;
+}
+
+#privacy-explanation span:first-child {
+ display: block;
+}
diff --git a/chrome/browser/resources/options2/advanced_options.html b/chrome/browser/resources/options2/advanced_options.html
index ef1b9a7..c965642 100644
--- a/chrome/browser/resources/options2/advanced_options.html
+++ b/chrome/browser/resources/options2/advanced_options.html
@@ -28,10 +28,10 @@
<button id="privacyClearDataButton"
i18n-content="privacyClearDataButton"></button>
</div>
- <div i18n-content="improveBrowsingExperience"
- class="informational-text">
- </div>
- <div>
+ <div id="privacy-explanation">
+ <span i18n-content="improveBrowsingExperience"
+ class="informational-text">
+ </span>
<span i18n-content="disableWebServices"
class="informational-text">
</span>