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

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

Issue 381009: Increase the width for 'date-container' in download.html to 110px to make roo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 12 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 | « chrome/browser/dom_ui/chrome_url_data_manager.cc ('k') | 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 35468)
+++ chrome/browser/resources/downloads.html (working copy)
@@ -51,24 +51,24 @@
.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;
« no previous file with comments | « chrome/browser/dom_ui/chrome_url_data_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698