remove aside on navbar collapse and add button to toggle visibility

This commit is contained in:
marijus
2014-03-07 13:36:49 +01:00
parent 2a1729e671
commit e8da840eec
6 changed files with 49 additions and 35 deletions

View File

@@ -22,6 +22,11 @@ function cmtBbClose(comment, id) {
$(document).ready(function() {
$('[data-toggle=show_hide]').click(function() {
$('#expand-aside-icon').toggleClass('icon-circle-arrow-right').toggleClass('icon-circle-arrow-left');
$('#region_1').toggleClass('hidden-xs');
});
$('.group-edit-icon').hover(
function() {
$(this).css('opacity','1.0');},