Hi,

I have downloaded and installed the latest version (5.x.2.1). It works perfectly fine. However my boss wants me to change the UI slightly, such that the directory tree block is on top of the file listing block. He doesn't prefer it to be side by side. I'm a newbie and unable to decipher the codes. I sincerely hope you could let me know on how to change the UI. Thanks

Emmanuel

Comments

geoff_eagles’s picture

Good news is that you don't need to change any code - just the style sheet.

in webfm.css, if you alter the first line of the tree stuff to take out the float:
#tree { clear:both; position:relative; }

and alter the first line of the directory list stuff to take out the left margin:
#dirlist.narrow { text-align: left; }

you'll end up with the tree on top of the directory listing. Hopefully showing your boss the result of that will be enough to persuade him that it's a really bad idea and you won't have to do any more than restore your saved copy of the css file. If not you'll probably want to centre the directory tree.

emmanuel37’s picture

Status: Active » Closed (fixed)

Hi Eagles,

thanks ya. It did work and it did change his mind too. Thank you so much once again

Emmanuel