summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 22:08:54 +0000
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-07 22:08:54 +0000
commit95096b07e76b4d2ff8639ffa50bce008429e09da (patch)
treed8f2db7d2d8e8d985a2bd384ce855854041e9a1d /chrome/browser/resources
parent0a4c5ed0a58d50c4d6b96a0a4b94087937af42d0 (diff)
downloadchromium_src-95096b07e76b4d2ff8639ffa50bce008429e09da.zip
chromium_src-95096b07e76b4d2ff8639ffa50bce008429e09da.tar.gz
chromium_src-95096b07e76b4d2ff8639ffa50bce008429e09da.tar.bz2
[General UI] Updating "Do ot Track" UI to be consistent with that of Hotwording and Clear Browser History.
BUG=339403 Review URL: https://codereview.chromium.org/157073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249813 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/options/do_not_track_confirm_overlay.html26
1 files changed, 15 insertions, 11 deletions
diff --git a/chrome/browser/resources/options/do_not_track_confirm_overlay.html b/chrome/browser/resources/options/do_not_track_confirm_overlay.html
index e39d00f..2c6ec53 100644
--- a/chrome/browser/resources/options/do_not_track_confirm_overlay.html
+++ b/chrome/browser/resources/options/do_not_track_confirm_overlay.html
@@ -5,19 +5,23 @@
<span id="do-not-track-confirm-text"
i18n-content="doNotTrackConfirmMessage">
</span>
- <a target="_blank" i18n-content="learnMore"
- i18n-values="href:doNotTrackLearnMoreURL">
- </a>
</div>
<div class="action-area">
- <div class="button-strip">
- <button id="do-not-track-confirm-ok" class="default-button"
- i18n-content="doNotTrackConfirmEnable">
- </button>
- <button id="do-not-track-confirm-cancel"
- i18n-content="doNotTrackConfirmDisable"
- class="cancel-button">
- </button>
+ <div class="hbox stretch">
+ <a target="_blank" i18n-content="learnMore"
+ i18n-values="href:doNotTrackLearnMoreURL">
+ </a>
+ </div>
+ <div class="action-area-right">
+ <div class="button-strip">
+ <button id="do-not-track-confirm-ok" class="default-button"
+ i18n-content="doNotTrackConfirmEnable">
+ </button>
+ <button id="do-not-track-confirm-cancel"
+ i18n-content="doNotTrackConfirmDisable"
+ class="cancel-button">
+ </button>
+ </div>
</div>
</div>
</div>