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

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: Update layout to reflect new changes. 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/checkbox/checkbox.css b/chrome/browser/resources/settings/date_time_page/date_time_page.css
similarity index 61%
copy from chrome/browser/resources/settings/checkbox/checkbox.css
copy to chrome/browser/resources/settings/date_time_page/date_time_page.css
index 0acbdbd9744e7944310ce53745569dc7c32800bc..2a5c6e03b9ca337c961185e27532ee90fc3184a0 100644
--- a/chrome/browser/resources/settings/checkbox/checkbox.css
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.css
@@ -2,18 +2,18 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#checkbox {
+core-label {
+ margin: 10px;
+}
+
+.time-zone-label {
-webkit-margin-end: 10px;
}
-core-label {
+cr-checkbox {
michaelpg 2015/03/24 00:43:37 remove
Oren Blasberg 2015/03/24 00:54:57 Done.
-webkit-margin-end: 10px;
- -webkit-margin-start: 0;
- margin-bottom: 10px;
- margin-top: 10px;
}
-.sub-label {
- -webkit-margin-start: 10px;
- color: rgba(0, 0, 0, .5);
+#setAutomatically {
+ margin: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698