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

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

Issue 1376463003: MD Downloads: change a lowercased, no-ink button to an <a> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | 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 89cf64fbcfd48d2689b3c298038f569e8e9767c5..9ade14365d9fe22f2694e1327de84760e6ef78bd 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -139,7 +139,7 @@
}
.controls {
- -webkit-margin-start: -8px;
+ -webkit-margin-start: -.57em;
}
#cancel,
@@ -149,6 +149,10 @@
color: #5a5a5a;
}
+#show {
+ margin: .7em .57em;
+}
+
#controlled-by {
-webkit-margin-start: 8px;
}
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698