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

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

Issue 1358313004: Settings Rewrite: Make subpage scrolling work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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_main/settings_main.css
diff --git a/chrome/browser/resources/settings/settings_main/settings_main.css b/chrome/browser/resources/settings/settings_main/settings_main.css
index faeafa63a6526ba10bf8121506fe0eeb79711587..da0487e2e40cbe3fc062f9c985d7356df67513e1 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.css
+++ b/chrome/browser/resources/settings/settings_main/settings_main.css
@@ -2,23 +2,17 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-:host {
- bottom: 0;
- color: black;
- display: block;
- left: 0;
- position: absolute;
- right: 0;
- top: 0;
-}
-
-#mainContainer {
+#pageContainer {
box-sizing: border-box;
height: 100%;
overflow: auto;
padding: 34px 16px;
}
+#pageContainer.expanded {
+ padding: 0 16px;
+}
+
::content core-icon-button {
position: absolute;
}

Powered by Google App Engine
This is Rietveld 408576698