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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-settings-editor.html

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 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: appengine/chromium_rietveld/new_static/components/cr-settings-editor.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-settings-editor.html b/appengine/chromium_rietveld/new_static/components/cr-settings-editor.html
index c2604e8d41d1e042283af863a574aca0e908870b..e617078af51c8e8240204ad9507e5dacf1954f6a 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-settings-editor.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-settings-editor.html
@@ -4,8 +4,8 @@ found in the LICENSE file. -->
<polymer-element name="cr-settings-editor" attributes="settings errors disabled">
<template>
- <link rel="stylesheet" href="common.css">
- <link rel="stylesheet" href="forms.css">
+ <link rel="stylesheet" href="../common/common.css">
+ <link rel="stylesheet" href="../common/forms.css">
<fieldset class="form-fields" disabled?="{{ disabled }}">
<div class="form-row">

Powered by Google App Engine
This is Rietveld 408576698