display device name on RHS when sidebar hidden

This commit is contained in:
Oliver Gorwits
2012-01-22 19:14:33 +00:00
parent aad462e4ab
commit fb256f445e
3 changed files with 24 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
function() {
$('#sidebar_toggle_img_out').toggle();
$('.nd_content').animate({'margin-left': '5px !important'}, 100);
$('.device_label_right').toggle();
}
);
}
@@ -14,6 +15,7 @@
$('#sidebar_toggle_img_out').toggle();
$('.nd_content').animate({'margin-left': '225px !important'}, 200,
function() {
$('.device_label_right').toggle();
$('.sidebar').toggle(200);
}
);