The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Vertical Align Admin Page - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Modifications and Hackery (https://userspice.com/forums/forumdisplay.php?fid=29)
+--- Thread: Vertical Align Admin Page (/showthread.php?tid=440)



Vertical Align Admin Page - Brandin - 01-24-2017

Hey!

I was adding my audit system to the admin pages, and I was working with
Code:
admin_permissions.php
and the information on the left including the permission name and users is appearing to vertical align to the middle. This normally wouldn't be an issue but I have almost 300 pages, so vertically aligning to the middle makes you have to scroll quite a bit to see anything. I have tried to use
Code:
vertical align top
on the tr and td in style but it is not fixing it. Thoughts?

Thank you,


Vertical Align Admin Page - Brandin - 01-25-2017

This was an issue on my custom css. All fixed! Sorry!


Vertical Align Admin Page - mudmin - 01-26-2017

I really do need to add pagination for users and pages now that my projects are getting a bunch of both.


Vertical Align Admin Page - Brandin - 01-26-2017

I added pagnation to my reports pages, just don't know how well it would work for my editor pages like permission pages and stuff, good thought tho. I definitely want to add it to admin_pages.php tho, because that is one long list!