Jump to content

Borders of Tables missing in client areas


Recommended Posts

Hi,

 

My borders table are missing when I'm logged in the client area and viewing invoices, My Products & Services, My Domains, My Emails etc..

Can someone tell me where or how can I borders to my tables ?

 

I have attached a print screen of what I mean..

 

Thanks.

noborders.jpg

Link to comment
Share on other sites

Hi TJ,

 

I noticed it after the upgrade to V4.

No changes.

I haven't tried.. My web designer is away for a month and was hoping I could fix it myself. My knowledge with css isn't advanced. Any help pinpointing me on what to change would be appreciated ! :)

Link to comment
Share on other sites

Ok, here it is:

 

Looks like your stylesheet was missing the "data" class. I'm assuming that it was added in v4.

 

So just add this to your stylesheet and you should be fine :)

 

table.data{margin:0 0 10px;padding:0;}
table.data td{background-color:#FFF;border-bottom:1px solid #EBEBEB;}
table.data th{background-color:#888;border-bottom:1px solid #333;color:#FFF;font-weight:400;}
table.data tr.clientareatableactive td{background-color:#DFFFE0 !important;}
table.data tr.clientareatablepending td{background-color:#EFEFEF !important;}
table.data tr.clientareatablesuspended td{background-color:#FFF6CF !important;}
table.data tr.clientareatableterminated td{background-color:#FFCFCF !important;}

 

This is of course copied from the v4 portal template, so if it doesn't fit your needs you can change it, or copy the data elements from another v4 template :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated