Hi,
I was wondering, when you add a new file it will have a horizontal line to separate the next file. How can i modify so that when i add a new text entry it will also add the hr rule? Which .php do i need to edit? Thanks
phocadownload hr
- Jan
- Phoca Hero
- Posts: 48739
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: phocadownload hr
Hi, you can add it via CSS, so find the class for file and add the same rule for text
e.g.:
components\com_phocadownload\assets\phocadownload-blue.css
add the : border-bottom:1px dotted #cccccc; into textonly class
Jan
e.g.:
components\com_phocadownload\assets\phocadownload-blue.css
Code: Select all
#phoca-dl-category-box table tr td.pdfile {
border-collapse:collapse;
border-bottom:1px dotted #cccccc;
padding-top:15px;
padding-bottom:15px;
}
Code: Select all
#phoca-dl-category-box table tr td.textonly {
border-collapse: collapse;
border-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
}
Jan
If you find Phoca extensions useful, please support the project