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

Unified Diff: chrome/browser/resources/md_downloads/item.css

Issue 1375333004: MD Downloads: use <iron-list> to render download items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iron-list2
Patch Set: merge Created 5 years, 2 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/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/item.css
diff --git a/chrome/browser/resources/md_downloads/item.css b/chrome/browser/resources/md_downloads/item.css
index 4e668267ac1cc164cc867b5a53a6a9b68fdfcb03..9a4576fdfbbbfd54e748f7bc9b88d5599f948c39 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -5,14 +5,13 @@
:host {
display: flex;
flex-direction: column;
- margin: 12px 0;
}
#date {
color: #7c7c7c;
font-size: 100%;
font-weight: 500;
- margin: 18px auto 16px; /* This top margin + :host top margin = 30px. */
+ margin: 24px auto 10px;
width: var(--downloads-item-width);
}
@@ -21,7 +20,7 @@
border-radius: 2px;
display: flex;
flex: none;
- margin: 0 auto;
+ margin: 6px auto;
min-height: 103px;
position: relative;
width: var(--downloads-item-width);
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698