General discussion of OpenCATS

Moderators: RussH, cptr13

Forum rules: Just remember to play nicely once you walk through the door. You can disagree with us, or any other commenters in this forum, but keep comments directed to the topic at hand.
By Laevantine
#1542
I'm a graphic designer first, code editor second, so there is one thing that has always bugged me about CATS which I modified right away. CATS currently sticks to the left of the screen when you pull it. Seeing as we are in the age of > 1920x1200 monitors I think it is wise to center the interface. All it takes is one line of css in the CATSfolder/Main.css file. Insert "auto" into the code below. Simple and it makes it look much better in my opinion. A screenshot below from the demo site.
Code: Select all
body
{
    padding: 8px 18px 8px 18px;
    margin: 0px;
}
add auto  so it looks like this or just copy the code below.
body
{
    padding: 8px 18px 8px 18px;
    margin: 0px auto;
}
Attachments
It looks so much better :)
It looks so much better :)
CATScentered1.jpg (172.95 KiB) Viewed 3288 times

It's essential to keep these synchronized to ensur[…]

Export part in Job Order order search

Same problem as mine. Maybe you're right, I'll che[…]

The error message you're encountering indicates th[…]

Errors restoring mysqldump backup

doesnot work for me