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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_page_header.css

Issue 1007803003: Polymer Settings Scaffold in MD-Settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Scaffold2
Patch Set: 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/settings_page/settings_page_header.css
diff --git a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css b/chrome/browser/resources/settings/settings_page/settings_page_header.css
similarity index 63%
copy from ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
copy to chrome/browser/resources/settings/settings_page/settings_page_header.css
index 2585b3faf0ecda54cec882da4049426665ac8122..2cf3736a7fb40a86e8ea10c358545bc51630cecc 100644
--- a/ui/webui/resources/cr_elements/cr_collapse/cr_collapse.css
+++ b/chrome/browser/resources/settings/settings_page/settings_page_header.css
@@ -2,10 +2,12 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-:host {
- display: block;
+h1 {
+ font-size: 18px;
+ margin: 0;
}
-:host(.cr-collapse-closed) {
- display: none;
+.icon-container {
+ -webkit-margin-start: -40px;
+ width: 40px;
}

Powered by Google App Engine
This is Rietveld 408576698