documentcollection icons
This commit is contained in:
parent
9021f6d075
commit
65c182f410
3 changed files with 17 additions and 2 deletions
|
|
@ -364,7 +364,11 @@ pandora.ui.listInfo = function() {
|
|||
}
|
||||
|
||||
function getIconCSS() {
|
||||
var list = pandora.user.ui.section == 'items' ? pandora.user.ui._list : ui[folderItem.toLowerCase()],
|
||||
var list = pandora.user.ui.section == 'items'
|
||||
? pandora.user.ui._list
|
||||
: pandora.user.ui.section == 'documents'
|
||||
? pandora.user.ui._collection
|
||||
: ui[folderItem.toLowerCase()],
|
||||
size = Math.round(pandora.user.ui.sidebarSize / 2);
|
||||
return Ox.extend({
|
||||
width: size + 'px',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue