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

Unified Diff: chrome/browser/resources/settings/date_time_page/date_time_page_style.html

Issue 1051763004: Convert *.css files to *_style.html files for the following custom elements: date_time_page, setting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a lot more files/styles. 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/date_time_page/date_time_page_style.html
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page_style.html b/chrome/browser/resources/settings/date_time_page/date_time_page_style.html
new file mode 100644
index 0000000000000000000000000000000000000000..4f99ed5e69dea71ef291c677bfe231c19e6460bd
--- /dev/null
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page_style.html
@@ -0,0 +1,16 @@
+<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="dateTimePageStyle">
+core-label {
+ margin: 10px;
+}
+
+.time-zone-label {
+ -webkit-margin-end: 10px;
+}
+
+#setAutomatically {
+ margin: 10px;
+}
+</core-style>

Powered by Google App Engine
This is Rietveld 408576698