Commit 53fb9327 authored by dbeam@chromium.org's avatar dbeam@chromium.org

[Uber page] Sub-page overlaps the text of the uber navigation pane

BUG=111880
R=jhawkins@chromium.org
TEST=Sub pages look OK on both wide and narrow monitors.


Review URL: http://codereview.chromium.org/9348005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120711 0039d316-1c4b-4281-b951-d872f2087c98
parent b6d9e7cc
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment