Move crumbbar to header and change visual appearance

(imported from commit 435e3b46b615f6c496be10b7d170ed3e4201787d)
This commit is contained in:
Allen Rabinovich
2014-01-08 08:12:22 -07:00
parent 8bae4d746d
commit 29250a6692
8 changed files with 216 additions and 177 deletions

View File

@@ -480,7 +480,6 @@ exports.resize_bottom_whitespace = function (h) {
exports.resize_page_components = function () {
var composebox = $("#compose");
var floating_recipient_bar = $("#floating_recipient_bar");
var tab_bar = $("#tab_bar");
var tab_bar_under = $("#tab_bar_underpadding");
var desired_width;
if (exports.home_tab_obscured() === 'other_tab') {
@@ -488,7 +487,6 @@ exports.resize_page_components = function () {
} else {
desired_width = $("#main_div").outerWidth();
}
tab_bar.width(desired_width);
tab_bar_under.width(desired_width);
var h;