Admin ticket list table

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
cwyenberg
Posts: 56
Joined: Sat Jun 16, 2018 12:53 am

Admin ticket list table

Post by cwyenberg »

Script URL:
Version of script: 3.2.5
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: table height

Write your message below:

Is there a way to adjust the admin ticket list table row height? I've explored the CSS as best I can but cannot find where this is done.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Admin ticket list table

Post by Klemen »

You probably want to modify the padding values for

Code: Select all

.table tbody td
?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
cwyenberg
Posts: 56
Joined: Sat Jun 16, 2018 12:53 am

Re: Admin ticket list table

Post by cwyenberg »

That was it. Many thanks, Klemen.
mo_shaw
Posts: 1
Joined: Fri Apr 01, 2022 2:49 pm

Re: Admin ticket list table

Post by mo_shaw »

Klemen wrote: Thu Mar 03, 2022 11:42 pm You probably want to modify the padding values for

Code: Select all

.table tbody td
?
Where can I find this code? I would like to adjust the row height also.

Thanks in advance.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Admin ticket list table

Post by Klemen »

It's in the style files:

/css/app.css (used when Debug mode is ON)
/css/app.min.css (used when Debug mode is OFF)
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply