Move crumbs to first element of content-view

Summary: Moves the crumbs inside content area.

Test Plan: Review places that have navigation and crumbs

Reviewers: btrahan, epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4435
This commit is contained in:
Chad Little
2013-01-15 07:48:25 -08:00
parent 3998bcc104
commit 894666f975
4 changed files with 47 additions and 47 deletions

View File

@@ -43,7 +43,7 @@
position: fixed;
top: 0;
bottom: 0;
left: 205px;
left: 198px;
width: 7px;
cursor: col-resize;

View File

@@ -43,7 +43,7 @@
}
.phabricator-crumbs-view {
z-index: 5;
z-index: 3;
}
.phabricator-main-menu {