summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-11 17:34:42 +0000
committerjshin@chromium.org <jshin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-11 17:34:42 +0000
commit954e197dc36dbf70ea5793060f847b2660c17b00 (patch)
treeb05c23ff439b876ea20d492009027cd833f20143 /chrome/browser/resources
parent4a086dfd21ce4d3aaae84c9710e4949fa14554f3 (diff)
downloadchromium_src-954e197dc36dbf70ea5793060f847b2660c17b00.zip
chromium_src-954e197dc36dbf70ea5793060f847b2660c17b00.tar.gz
chromium_src-954e197dc36dbf70ea5793060f847b2660c17b00.tar.bz2
1. Increase the width for 'date-container' in download.html to 110px to make room for dates in some languages. Increase the margin-left (LTR) and margin-rigth(RTL) accordingly.
2. Decrease the web font size (dom UI font size) for Bengali on Vista or later to 84% (the same value as used for English) while using 110% for XP. This is done by introducing a new 'string' (IDS_WEB_FONT_SIZE_XP) on Windows (other platforms won't get this). BUG=21699 TEST=Run Chrome with '--lang=ml' (--lang=kn, --lang=bn) on Windows and go to the download page. Make sure that dates are in a single line. Review URL: http://codereview.chromium.org/381009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35908 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/downloads.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html
index 29f5020..de2922c 100644
--- a/chrome/browser/resources/downloads.html
+++ b/chrome/browser/resources/downloads.html
@@ -51,24 +51,24 @@ html[dir='rtl'] #downloads-summary > a {
.download {
position:relative;
margin-top:6px;
- margin-left:96px;
+ margin-left:114px;
padding-left:56px;
margin-bottom:15px;
}
html[dir='rtl'] .download {
padding-left:0px;
margin-left:0px;
- margin-right:96px;
+ margin-right:114px;
padding-right:56px;
}
.date-container {
position:absolute;
- left:-92px;
- width:92px;
+ left:-110px;
+ width:110px;
}
html[dir='rtl'] .date-container {
left:auto;
- right:-92px;
+ right:-110px;
}
.date-container .since {
color:black;