Add light blue background color on narrow

(imported from commit a007bdc48c802b36fa5185ed9d153503298150fc)
This commit is contained in:
Allen Rabinovich
2013-07-16 15:52:18 -07:00
parent 82e33881b5
commit 5b84b2db87
2 changed files with 16 additions and 3 deletions

View File

@@ -434,7 +434,7 @@ exports.activate = function (operators, opts) {
});
// Show the new set of messages.
$("#main_div").addClass("narrowed_view");
$("body").addClass("narrowed_view");
$("#zfilt").addClass("focused_table");
$("#zhome").removeClass("focused_table");
@@ -527,8 +527,7 @@ exports.deactivate = function () {
exports.hide_empty_narrow_message();
$("#main_div").removeClass('narrowed_view');
$("#searchbox").removeClass('narrowed_view');
$("body").removeClass('narrowed_view');
$("#zfilt").removeClass('focused_table');
$("#zhome").addClass('focused_table');