change layout of list links in content

Phoca Download - download manager
Katzengreis30
Phoca Member
Phoca Member
Posts: 11
Joined: 21 May 2012, 18:58

change layout of list links in content

Post by Katzengreis30 »

is it possible to list the links from a file in content side by side like this:

Download 1 | Download 2 | Download 3

Now it shows the links in content always one under the other like this:

Download 1
Download 2
Download 3

I tried to change this in the css but without any success.

Please I need help!

Thanks and Greetings

Michael
Katzengreis30
Phoca Member
Phoca Member
Posts: 11
Joined: 21 May 2012, 18:58

Re: change layout of list links in content

Post by Katzengreis30 »

Ok, I found the solution :)

Add this in phocadownload.css

.phocadownloadfile16 {
background: url("../images/icon-download-16.png") no-repeat scroll 5px center #FFFFFF;
border: 0 solid #CCCCCC;
display: inline;
margin: 5px;
padding: 5px 5px 5px 25px;
width: 200px;
}

This is when you want to use it with size 16 for the images.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9635
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: change layout of list links in content

Post by Benno »

Ok.

Kind regards,
Benno
Post Reply