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

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 5521001: DOMUI prefs: Widen sidebar and content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 1 month 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 | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/options_page.css
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
index ee7fc8f2044c64b285756d51e626384449d8fe6a..07442d414aa199154321fbdb90392ca8ac59909a 100644
--- a/chrome/browser/resources/options/options_page.css
+++ b/chrome/browser/resources/options/options_page.css
@@ -112,7 +112,7 @@ html[toolkit=views] .button-strip {
left: 0;
position: fixed;
top: 0;
- width: 250px;
+ width: 266px;
z-index: 2;
}
@@ -175,7 +175,7 @@ html[hide-menu=false] #navbar-container {
#mainview {
-webkit-box-align: stretch;
- -webkit-padding-start: 251px;
+ -webkit-padding-start: 267px;
margin: 0;
position: absolute;
left: 0;
@@ -191,10 +191,11 @@ html[hide-menu=true] #mainview {
#mainview-content {
box-sizing: border-box;
+ max-width: 888px;
min-height: 100%;
+ min-width: 600px;
padding: 0 24px;
position: relative;
- width: 600px;
}
#subpage-sheet-container {
« no previous file with comments | « chrome/browser/resources/options/browser_options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698