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

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

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile Created 5 years, 5 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_view.css
diff --git a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css b/chrome/browser/resources/md_downloads/item_view.css
similarity index 76%
copy from ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css
copy to chrome/browser/resources/md_downloads/item_view.css
index 204e397c466ba411b87b0a6b69a838c653041545..8f5dc20b659b95bb8cf5b6383caa738ee15d8b43 100644
--- a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css
+++ b/chrome/browser/resources/md_downloads/item_view.css
@@ -3,5 +3,5 @@
* found in the LICENSE file. */
:host {
- display: inline-block;
+ width: 606px; /* Matches #actions in toolbar.css. */
Jeremy Klein 2015/07/16 18:54:53 Maybe worth exporting to a shared css variable at
Dan Beam 2015/07/18 01:02:20 Acknowledged.
}

Powered by Google App Engine
This is Rietveld 408576698