Hi,
When I add a new icon to the admin navigation header, if the total icons became more that 13 , the remaining icons flow in the same row and hide.
How I can make them flow in a new row from the left side as a continuation and fixing the width of the blue header?
I added a new <tr> </tr> to contain the new icons below the original ones ; but in the case of users who have few permissions , it looks inappropriate to have two rows with half empty spaces.
I appreciate any kind of help and thank you in advance.
Making the icons flow left in admin_nav.inc
Moderator: mkoch227
-
- Posts: 5
- Joined: Sun Feb 02, 2014 4:48 am
Re: Making the icons flow left in admin_nav.inc
The quickest solution to your problem would most likely be to simply make HESK wider instead, so all icons are displayed in one line:
viewtopic.php?f=13&t=4881&p=21331#p21331
viewtopic.php?f=13&t=4881&p=21331#p21331
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
-
- Posts: 5
- Joined: Sun Feb 02, 2014 4:48 am
Re: Making the icons flow left in admin_nav.inc
Thank you Klemen for your help