Modify crumbbar style to look like an arrowbar

Also:
  * Change fixed element positioning and fix bugs
  * Move settings dropdown back to the right and add left padding to left sidebar

(imported from commit fcf903b59617687f94618a01ce7544b69f408130)
This commit is contained in:
Allen Rabinovich
2014-01-09 08:58:51 -07:00
parent 29250a6692
commit e7e2f3a79c
7 changed files with 124 additions and 97 deletions

View File

@@ -487,7 +487,6 @@ exports.resize_page_components = function () {
} else {
desired_width = $("#main_div").outerWidth();
}
tab_bar_under.width(desired_width);
var h;
var sidebar;
@@ -495,6 +494,8 @@ exports.resize_page_components = function () {
if (feature_flags.left_side_userlist) {
var css_narrow_mode = viewport.is_narrow();
$("#top_navbar").removeClass("rightside-userlist");
if (css_narrow_mode && !narrow_window) {
// move stuff to the left sidebar (skinny mode)
narrow_window = true;