summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 00:38:44 +0000
committerglen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-24 00:38:44 +0000
commit63ca5d56f715b60b331c10dae70245af20cd9003 (patch)
tree9f12b54d9ec94606608d54ee3580e1b395c45ab3 /chrome/browser/resources
parent160b2dfe1d7b5bf7b19a51889e9393b2e8875d8f (diff)
downloadchromium_src-63ca5d56f715b60b331c10dae70245af20cd9003.zip
chromium_src-63ca5d56f715b60b331c10dae70245af20cd9003.tar.gz
chromium_src-63ca5d56f715b60b331c10dae70245af20cd9003.tar.bz2
Make the history and downloads pages work in RTL.
BUG=8334 Review URL: http://codereview.chromium.org/42544 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/downloads.html7
-rw-r--r--chrome/browser/resources/history.html13
2 files changed, 20 insertions, 0 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html
index 9fa94f1..8808524 100644
--- a/chrome/browser/resources/downloads.html
+++ b/chrome/browser/resources/downloads.html
@@ -23,6 +23,13 @@ body {
margin-top:22px;
margin-left:12px;
}
+html[dir='rtl'] .logo {
+ float:right;
+}
+html[dir='rtl'] .form {
+ float:right;
+ margin-right:12px;
+}
#downloads-summary {
margin-top:12px;
border-top:1px solid #9cc2ef;
diff --git a/chrome/browser/resources/history.html b/chrome/browser/resources/history.html
index 73a2946..282be4c 100644
--- a/chrome/browser/resources/history.html
+++ b/chrome/browser/resources/history.html
@@ -825,6 +825,13 @@ body {
margin-top:22px;
margin-left:12px;
}
+html[dir='rtl'] .logo {
+ float:right;
+}
+html[dir='rtl'] .form {
+ float:right;
+ margin-right:12px;
+}
#results-summary {
margin-top:12px;
border-top:1px solid #9cc2ef;
@@ -845,6 +852,9 @@ body {
width:200px;
float:right;
}
+html[dir='rtl'] .delete-day {
+ float:left;
+}
.gap {
margin-left:18px;
width:15px;
@@ -866,6 +876,9 @@ table.results {
margin-right:5px;
padding-top:1px;
}
+html[dir='rtl'] .time {
+ float:right;
+}
.entry .title {
max-width:600px;
overflow: hidden;