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

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

Issue 1240853002: Slice MD downloads into more components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license 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
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.js ('k') | chrome/browser/resources/md_downloads/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/shared_style.css
diff --git a/chrome/browser/resources/settings/internet_page/network_ip_config.css b/chrome/browser/resources/md_downloads/shared_style.css
similarity index 58%
copy from chrome/browser/resources/settings/internet_page/network_ip_config.css
copy to chrome/browser/resources/md_downloads/shared_style.css
index ef0dd9b8eb5b170a50e1eefa61655bdbcece5aef..0a4aac5e9280f4b5ba6751c9c3f0f4fe7b9fe1e6 100644
--- a/chrome/browser/resources/settings/internet_page/network_ip_config.css
+++ b/chrome/browser/resources/md_downloads/shared_style.css
@@ -2,10 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-cr-checkbox {
- margin-bottom: 10px;
-}
-
-network-property-list {
- margin-left: 28px;
+* {
+ --downloads-item-width: 606px;
+ --downloads-shared-style: {
+ font-family: Roboto;
+ font-weight: 500;
+ };
}
« no previous file with comments | « chrome/browser/resources/md_downloads/manager.js ('k') | chrome/browser/resources/md_downloads/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698