diff options
author | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 21:55:52 +0000 |
---|---|---|
committer | mpcomplete@chromium.org <mpcomplete@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 21:55:52 +0000 |
commit | 9102552edde75a0a107f09a4b48a98e12dea393f (patch) | |
tree | d28a8361fb58001a8d8c2a2ba9705059e52c4d1a | |
parent | ea5b0114f8f57787b36681729bc51cb6823eeb4c (diff) | |
download | chromium_src-9102552edde75a0a107f09a4b48a98e12dea393f.zip chromium_src-9102552edde75a0a107f09a4b48a98e12dea393f.tar.gz chromium_src-9102552edde75a0a107f09a4b48a98e12dea393f.tar.bz2 |
Move the extensions warning on the incognito NTP into the grey box.
This fixes an issue where the text would be unreadable with certain themes
installed.
BUG=45971
TEST=see bug for repro steps
Review URL: http://codereview.chromium.org/3497002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60359 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/incognito_tab.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html index 3f40fe3..67846e5 100644 --- a/chrome/browser/resources/incognito_tab.html +++ b/chrome/browser/resources/incognito_tab.html @@ -50,10 +50,10 @@ document.write('<link id="incognitothemecss" rel="stylesheet" ' + <div class="content" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <img src="shared/images/otr_icon_standalone.png" class="icon" /> <span i18n-values=".innerHTML:content"></span> -</div> -<div class="extensionsmessage" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> - <img src="../../app/theme/extensions_section.png" class="extensionicon" /> - <span i18n-values=".innerHTML:extensionsmessage"></span> + <div style="margin-top:15px"> + <img src="../../app/theme/extensions_section.png" class="extensionicon" /> + <span i18n-values=".innerHTML:extensionsmessage"></span> + </div> </div> </body> <script> |