Skip to content

Commit

Permalink
ENHANCEMENT:added folder icons to assetAdmin tree view
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bridson committed Apr 26, 2012
1 parent 647d578 commit 4faf02e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added images/blue-folder-horizontal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions scss/_AssetAdmin.scss
Expand Up @@ -67,6 +67,18 @@
}
}
}

#Root_TreeView {
.cms-tree ul .class-Folder a span.text span.jstree-foldericon {
background: url(../images/blue-folder-horizontal.png) no-repeat;
width:16px;
height:16px;
float:left;
display:block;
margin-right:4px;
}
}

#Form_EditForm_File {
td {
// Taken care of by minimum image sizes
Expand Down

0 comments on commit 4faf02e

Please sign in to comment.