summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 20:04:03 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-25 20:04:03 +0000
commite5497e9a893a780d13b93ed1ea4aeed6addd6e6e (patch)
tree7678fcbc2f82bcaf7108f30483ef504b2467346c /chrome/browser/resources
parent35793b421b9ec460d5e4804bc57ea80201ce0077 (diff)
downloadchromium_src-e5497e9a893a780d13b93ed1ea4aeed6addd6e6e.zip
chromium_src-e5497e9a893a780d13b93ed1ea4aeed6addd6e6e.tar.gz
chromium_src-e5497e9a893a780d13b93ed1ea4aeed6addd6e6e.tar.bz2
Invert the new incognito tab Spyman orientation and location for RTL.
Also, make the in-page spy man face the text. Thus he will face the opposite direction of the titlebar spy guy. BUG=22872 BUG=22935 Review URL: http://codereview.chromium.org/238005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/incognito_tab.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
index 9b493dd..835f462 100644
--- a/chrome/browser/resources/incognito_tab.html
+++ b/chrome/browser/resources/incognito_tab.html
@@ -6,9 +6,14 @@
body {
margin:10px 8px 10px 8px;
}
-.icon {
+html[dir="ltr"] .icon {
float:right;
- margin:0px 6px 0px 3px;
+ margin:0 6px 0 3px;
+ -webkit-transform: scale(-1, 1);
+}
+html[dir="rtl"] .icon {
+ float:left;
+ margin:0 3px 0 6px;
}
.content {
-webkit-border-radius: 5px 5px;