responsive layout design changes

This commit is contained in:
Trevor Squillario 2014-11-23 16:13:38 -05:00
parent acf49e112e
commit a0e8775b12
8 changed files with 76 additions and 63 deletions

View file

@ -124,9 +124,11 @@
};
$rootScope.showArtists = function () {
$('#left-component').css('display', '');
$('#right-component').removeClass('lgcolumn_expandedleft');
};
$rootScope.hideArtists = function () {
$('#left-component').css('display', 'none');
$('#right-component').addClass('lgcolumn_expandedleft');
};
$scope.toggleArtists = function () {
if ($('#left-component').css('display') == 'none') {