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

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

Issue 1143243004: Make the cr-settings-main fill its container (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b40e1409dc10076e6a9de20782ab407664d3fa7c..ecdabd5564a9b227d2b0ac9fdada4b5125cfc343 100644
--- a/chrome/browser/resources/settings/settings_main/settings_main.css
+++ b/chrome/browser/resources/settings/settings_main/settings_main.css
@@ -4,8 +4,13 @@
:host {
background-color: rgb(219, 222, 224);
+ bottom: 0;
color: black;
display: block;
+ left: 0;
+ position: absolute;
+ right: 0;
+ top: 0;
}
#mainContainer {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698