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

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

Issue 1290583002: Settings: Implement sub-subpages, and clean up some animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: simplify further. fixes display artifact. Created 5 years, 4 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_section.css
diff --git a/chrome/browser/resources/settings/settings_page/settings_section.css b/chrome/browser/resources/settings/settings_page/settings_section.css
index 160ef3d918f74be8d52a99257ff28800da57f26d..7486fcf9221d7e20968165e88da0abf46d43ba2a 100644
--- a/chrome/browser/resources/settings/settings_page/settings_section.css
+++ b/chrome/browser/resources/settings/settings_page/settings_section.css
@@ -10,6 +10,7 @@
@apply(--shadow-elevation-4dp);
background-color: white;
height: 100%;
+ overflow: hidden;
margin-bottom: 16px;
Dan Beam 2015/08/12 21:38:04 alpha sort
tommycli 2015/08/12 22:11:57 Done.
width: 605px;
}

Powered by Google App Engine
This is Rietveld 408576698