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

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

Issue 9584038: [uber] fix up header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/options2/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index 79e0905a47536b91cc63464c3fbcc9a8005f3c4b..7c50dffc7b657fa1ee055bb661e89419f45ff211 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -36,7 +36,6 @@ html.hide-menu #mainview {
}
#page-container {
- -webkit-padding-end: 24px;
box-sizing: border-box;
max-width: 888px;
min-width: 600px;
@@ -178,10 +177,9 @@ html[touch-optimized] body {
}
.main-page-banner .managed-prefs-gradient {
- -webkit-margin-end: 100px;
+ -webkit-margin-end: 20px;
-webkit-margin-start: 0;
margin-bottom: 9px;
- margin-top: 0;
}
.managed-prefs-text {
@@ -199,7 +197,7 @@ html[touch-optimized] body {
}
#page-container .page.showing-banner {
- margin-top: 36px;
+ margin-top: 45px;
}
.overlay .page h1 {

Powered by Google App Engine
This is Rietveld 408576698