Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1948)

Unified Diff: chrome/browser/resources/downloads.html

Issue 55017: Fix downloads RTL Bustage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads.html
===================================================================
--- chrome/browser/resources/downloads.html (revision 12661)
+++ chrome/browser/resources/downloads.html (working copy)
@@ -50,12 +50,19 @@
}
html[dir='rtl'] .download {
padding-left:0px;
+ margin-left:0px;
+ margin-right:96px;
+ padding-right:56px;
}
.date-container {
position:absolute;
left:-92px;
width:92px;
}
+html[dir='rtl'] .date-container {
+ left:auto;
+ right:-92px;
+}
.date-container .since {
color:black;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698