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

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

Issue 9348005: [Uber page] Sub-page overlaps the text of the uber navigation pane (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
« 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/options2/options_page.css
diff --git a/chrome/browser/resources/options2/options_page.css b/chrome/browser/resources/options2/options_page.css
index b4fabfb2618383ab62a6730f4905ff5ff25d1e65..9bf1c0620c9c39a6f3fc52ed59aadb7944ac03ff 100644
--- a/chrome/browser/resources/options2/options_page.css
+++ b/chrome/browser/resources/options2/options_page.css
@@ -235,33 +235,33 @@ html.hide-menu .close-subpage {
}
#subpage-sheet-container-1 {
- -webkit-padding-start: 40px;
+ -webkit-padding-start: 52px;
z-index: 5;
}
#subpage-sheet-container-2 {
- -webkit-padding-start: 80px;
+ -webkit-padding-start: 104px;
z-index: 7;
}
#subpage-sheet-container-3 {
- -webkit-padding-start: 120px;
+ -webkit-padding-start: 156px;
z-index: 9;
}
#subpage-sheet-container-1 header {
- left: 60px;
- right: 60px;
+ left: 72px;
+ right: 72px;
}
#subpage-sheet-container-2 header {
- left: 100px;
- right: 100px;
+ left: 124px;
+ right: 124px;
}
#subpage-sheet-container-3 header {
- left: 140px;
- right: 140px;
+ left: 176px;
+ right: 176px;
}
.subpage-sheet {
« 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