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

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

Issue 1640843002: MD Settings: Fix main content position and sizing to match spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed double "width" property. Created 4 years, 11 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.css
diff --git a/chrome/browser/resources/settings/advanced_page/advanced_page.css b/chrome/browser/resources/settings/settings_page.css
similarity index 75%
rename from chrome/browser/resources/settings/advanced_page/advanced_page.css
rename to chrome/browser/resources/settings/settings_page.css
index 1a33ff32ef55cdfcca34651b3d87a5f77ea72551..9e44ff94f521185aa9bec4b8022bf6bdf5392a44 100644
--- a/chrome/browser/resources/settings/advanced_page/advanced_page.css
+++ b/chrome/browser/resources/settings/settings_page.css
@@ -5,5 +5,8 @@
:host {
display: block;
height: 100%;
- width: 605px;
+ margin: auto;
+ max-width: 960px;
+ min-width: 622px;
+ width: 80%;
}
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698