[Frontend] Moved browse mode splitter settings to CSS file

WTD-1404
WTD-1399
This commit is contained in:
Charles Hacskaylo
2015-06-30 10:37:19 -07:00
parent af2ca49b23
commit abef44f37d
5 changed files with 61 additions and 56 deletions

View File

@@ -32,15 +32,5 @@
.browse-area.holder {
// When .browse.top-bar is hidden, set the top of the browse-area holder
top: $bodyMargin;
> .contents.split-layout {
// Don't pad in from top and bottom
//top: 0; bottom: 0;
.object-browse-bar {
.btn.key-window {
// Hide the Open in New Window button
// display: none;
}
}
}
}
}