some improvements to list folders

This commit is contained in:
rlx 2011-09-01 09:17:49 +00:00
commit 12bcb0d4b1
4 changed files with 34 additions and 27 deletions

View file

@ -13,7 +13,7 @@ pandora.ui.folderList = function(id) {
}).css({
width: '10px',
height: '10px',
padding: '3px 2px 1px 2px'
padding: '3px'
});
},
id: 'user',
@ -66,7 +66,7 @@ pandora.ui.folderList = function(id) {
.css({
width: '10px',
height: '10px',
padding: '3px 2px 1px 2px',
padding: '3px',
opacity: data.user == pandora.user.username ? 1 : 0.25
});
},
@ -93,7 +93,7 @@ pandora.ui.folderList = function(id) {
.css({
width: '10px',
height: '10px',
padding: '3px 2px 1px 2px',
padding: '3px',
opacity: value == 'private' ? 0.25 : 1
})
},
@ -134,7 +134,7 @@ pandora.ui.folderList = function(id) {
}).css({
width: '10px',
height: '10px',
padding: '3px 2px 1px 2px'
padding: '3px'
});
},
id: 'user',
@ -171,7 +171,7 @@ pandora.ui.folderList = function(id) {
.css({
width: '10px',
height: '10px',
padding: '3px 2px 1px 2px'
padding: '3px'
});
},
id: 'path',