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

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

Issue 1013833003: Show Pages in chrome://md-settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_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 0cc996e52a47a44bfa94119a3dfa5af23c082ef0..84e748ce4b5acad714a1417bd403ae9a955c45c2 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.css
+++ b/chrome/browser/resources/settings/settings_main/settings_main.css
@@ -23,3 +23,13 @@ paper-shadow {
::content core-icon-button {
position: absolute;
}
+
+#pageContainer {
+ transition: height 300ms ease-out;
Jeremy Klein 2015/03/18 00:12:04 When does this transition happen? Is it due to dif
michaelpg 2015/03/18 01:40:09 Removed. (yes)
+}
+
+#pageContainer > * {
+ /* This prevents the page from taking up the entire container, which
Kyle Horimoto 2015/03/17 23:53:48 Why is the page taking up the entire container to
michaelpg 2015/03/18 00:18:00 I'll clarify in the comments. Explanation follows
michaelpg 2015/03/18 01:40:09 Removed.
+ * would prevent us from resizing the container to fit the page. */
+ bottom: initial;
+}

Powered by Google App Engine
This is Rietveld 408576698