Needs review
Project:
OG Files
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2008 at 18:52 UTC
Updated:
17 Jan 2015 at 18:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
develcuy commentedThis 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!
Comment #2
spython commentedGreat 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;
}
Comment #3
develcuy commentedThank you @spython!
This new version is based on your changes. Was tested in 3 themes: garland, pushbutton and bluemarine.
Blessings!
Comment #4
develcuy commentedSkin now supports #343033: Tree view and fixes some theme issues.
Blessings!
Comment #5
develcuy commentedthe files...
Comment #6
develcuy commented