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

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: Address nits 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.css
diff --git a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css b/chrome/browser/resources/settings/date_time_page/date_time_page.css
similarity index 60%
copy from ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
copy to chrome/browser/resources/settings/date_time_page/date_time_page.css
index 2585b3faf0ecda54cec882da4049426665ac8122..540b6d55126da26b67e33e079a2645610e14484f 100644
--- a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
+++ b/chrome/browser/resources/settings/date_time_page/date_time_page.css
@@ -2,10 +2,14 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-:host {
- display: block;
+core-label {
+ margin: 10px;
}
-:host(.cr-collapse-closed) {
- display: none;
+.time-zone-label {
+ -webkit-margin-end: 10px;
+}
+
+#setAutomatically {
+ margin: 10px;
}

Powered by Google App Engine
This is Rietveld 408576698