pagination view file numbers

Phoca Download - download manager
User avatar
jda9000
Phoca Member
Phoca Member
Posts: 14
Joined: 05 Nov 2015, 05:28

pagination view file numbers

Post by jda9000 »

Hi,
For some reason pagination files view is cut off "15" shows as 1( and "25" as "2" ... Numbers is just Num .. Where can i change font size to see if this helps?
thanks,
John
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: pagination view file numbers

Post by christine »

Hi John,

could we "see" it somewhere pls?

Kind regards, Christine
User avatar
jda9000
Phoca Member
Phoca Member
Posts: 14
Joined: 05 Nov 2015, 05:28

Re: pagination view file numbers

Post by jda9000 »

christine wrote:Hi John,

could we "see" it somewhere pls?

Kind regards, Christine
Thanks for the reply, Christine. Where can I post a screenshot in the forum?
John
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: pagination view file numbers

Post by christine »

Hi John,

You could send (load) it via:
http://imgur.com/
http://imageshack.com/

But, if "formatting" e.g. CSS amendments are required, an URL of your site would be better.

Kind regards, Christine
User avatar
jda9000
Phoca Member
Phoca Member
Posts: 14
Joined: 05 Nov 2015, 05:28

Re: pagination view file numbers

Post by jda9000 »

Hi Christine,
I think if I can edit the size of the text, that would fix this. I've looked in .css files ...
John
PowerJoe
Phoca Member
Phoca Member
Posts: 37
Joined: 03 Sep 2015, 19:00

Re: pagination view file numbers

Post by PowerJoe »

jda9000 wrote:Hi Christine,
I think if I can edit the size of the text, that would fix this. I've looked in .css files ...
John
Hi John,

#phocadownload-upload table.adminlist tfoot tr {
text-align: center;
color: #333;
font-size: 12px;
}

Put that in your custom.css file and change the px to your desired size.

PJ
User avatar
jda9000
Phoca Member
Phoca Member
Posts: 14
Joined: 05 Nov 2015, 05:28

Re: pagination view file numbers

Post by jda9000 »

Thanks for your reply PJ. I made a custom.css but it didn't change the font size to 10px. Is there a default size anywhere in Phoca?
John
christine
Phoca Hero
Phoca Hero
Posts: 2857
Joined: 28 Nov 2010, 17:20

Re: pagination view file numbers

Post by christine »

Hi John,

either in: phocadownload/css/custom/default.css (if there any) or phocadownload.css

in some cases the parameters are overwritten. You could try, to put in addition to the code from PowerJoe: font-size: 12px !important;

Kind regards, Christine
PowerJoe
Phoca Member
Phoca Member
Posts: 37
Joined: 03 Sep 2015, 19:00

Re: pagination view file numbers

Post by PowerJoe »

For me it works, if it doesn't for you then the following, suggested by Christine should do;
christine wrote:You could try, to put in addition to the code from PowerJoe: font-size: 12px !important;
User avatar
jda9000
Phoca Member
Phoca Member
Posts: 14
Joined: 05 Nov 2015, 05:28

Re: pagination view file numbers

Post by jda9000 »

Thanks both of you for replying .... this is what i mean .......Image

I'm floundering over the phoca css style ...... the download section looks pretty ugly at the moment,as well. :idea: I don't want to show a preview or details, just an option to download.
Image
John
Post Reply