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

Unified Diff: chrome/browser/resources/settings/date_time_page/date_time_page.css

Issue 990473002: Add initial implementation of date-time-settings MD settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up a couple things 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: chrome/browser/resources/settings/date_time_page/date_time_page.css
diff --git a/chrome/browser/resources/settings/date_time_page/date_time_page.css b/chrome/browser/resources/settings/date_time_page/date_time_page.css
new file mode 100644
index 0000000000000000000000000000000000000000..ee552ef5d1b9eee2329ebdca7d6c19ff9e0a31ce
--- /dev/null
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.css
@@ -0,0 +1,31 @@
+/* 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. */
+
+core-label {
+ margin: 10px;
+}
+
+.time-zone-label {
+ -webkit-margin-end: 10px;
+}
+
+cr-checkbox {
+ -webkit-margin-end: 10px;
+}
+
+cr-input {
michaelpg 2015/03/08 05:57:08 some of this looks copy-pasted from downloads_page
Oren Blasberg 2015/03/10 01:25:01 Done.
+ width: 300px;
+}
+
+cr-input /deep/ #input {
+ margin: 0.25em 0;
+}
+
+.location-label {
+ -webkit-margin-end: 10px;
+}
+
+#setAutomatically {
+ margin: 10px;
+}

Powered by Google App Engine
This is Rietveld 408576698