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

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

Issue 1137063002: Convert date_time_page to 0.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Escape ampersand in XML file. Created 5 years, 7 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 {
Jeremy Klein 2015/05/11 21:20:48 core-label doesn't exist in 0.8. What should this
Kyle Horimoto 2015/05/11 21:34:58 Crap, you're right. This was just a wrapper for .t
+ 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