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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_page_style.html

Issue 1089703002: Convert downloads_page.css to downloads_page_style.html. See http://goo.gl/vIGSCO for more informat… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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/settings/downloads_page/downloads_page_style.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.css b/chrome/browser/resources/settings/downloads_page/downloads_page_style.html
similarity index 54%
rename from chrome/browser/resources/settings/downloads_page/downloads_page.css
rename to chrome/browser/resources/settings/downloads_page/downloads_page_style.html
index b578af4774b80bc68732d228c3e9d64050138149..fdddff8124cc1786c8497f85784cfad40270a74b 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.css
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page_style.html
@@ -1,7 +1,7 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
+<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
+<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
+<core-style id="downloadsPageStyle">
cr-input {
width: 300px;
}
@@ -15,3 +15,4 @@ cr-input::shadow #input {
.location-label {
-webkit-margin-end: 10px;
}
+</core-style>

Powered by Google App Engine
This is Rietveld 408576698