[Frontend] Convert main left pane elements to flex layout

open #250
Significant changes to flex classes, markup in
browse.html and search.html to support better
flex layout;
Search results now scrolls properly;
Significant refactoring and cleanups in search and _search.scss;
This commit is contained in:
Charles Hacskaylo
2015-11-05 15:44:55 -08:00
parent 8ca22cc510
commit c0ac3a0f96
7 changed files with 449 additions and 448 deletions

View File

@@ -188,6 +188,8 @@
}
&.treeview.left {
// Converted to flex layout
//.create-btn-holder {
// //bottom: auto;
// //top: 0;
@@ -197,16 +199,16 @@
// bottom: $interiorMargin;
// }
//}
.holder-treeview-elements{
}
.search-holder {
top: $ueTopBarH + $interiorMarginLg;
}
.tree-holder {
overflow: auto;
top: $ueTopBarH + $interiorMarginLg + $treeSearchInputBarH + $interiorMargin;
}
//.holder-treeview-elements{
//
//}
//.search-holder {
// top: $ueTopBarH + $interiorMarginLg;
//}
//.tree-holder {
// overflow: auto;
// top: $ueTopBarH + $interiorMarginLg + $treeSearchInputBarH + $interiorMargin;
//}
}
.mini-tab-icon.toggle-pane {