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

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
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 5d0e86365cff2dca0b1951f8e934af94e2e2d106..9edfa58cef5fb8af3666a757f2a7969ddc8837f1 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;
width: var(--downloads-item-width);
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/item.html » ('j') | chrome/browser/resources/md_downloads/item.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698