Navigation between folders is confusing for some users which are more familiar with icons, having support for skins which provides icons would do navigation more intuitive.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DevElCuy’s picture

Status: Active » Needs review
FileSize
550 bytes
4.46 KB

This patch adds support for skins, images seems to not be created in the patch so I'm adding them(dir.png, dir_up.png) into a tar package, should be extracted into og_files/skins/default/

Blessings!

spython’s picture

Great work, makes it much sexier.
Your css file wasn't working that good with my theme (aberdeen), so I changed it a bit:

.og_files-default-dir-up {
background: url(dir_up.png) no-repeat scroll 0 50%;
display: block;
width: 16px;
height: 16px;
overflow: hidden;
list-style-type: none !important;
margin: 0 0 0 0.7em !important;
}
.og_files-default-dir-up a {
padding-left: 16px;
display: block;
}

.og_files-default-dir {
background:transparent url(dir.png) no-repeat scroll 0 50%;
padding-left:22px !important;
}

DevElCuy’s picture

FileSize
4.57 KB

Thank you @spython!

This new version is based on your changes. Was tested in 3 themes: garland, pushbutton and bluemarine.

Blessings!

DevElCuy’s picture

Assigned: Unassigned » DevElCuy

Skin now supports #343033: Tree view and fixes some theme issues.

Blessings!

DevElCuy’s picture

the files...

DevElCuy’s picture

Assigned: DevElCuy » Unassigned
Issue summary: View changes