Page 1 of 1

change layout of list links in content

Posted: 25 May 2012, 16:54
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

Re: change layout of list links in content

Posted: 26 May 2012, 10:48
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.

Re: change layout of list links in content

Posted: 26 May 2012, 16:34
by Benno
Ok.

Kind regards,
Benno