ramystyle Posted May 26, 2009 Share Posted May 26, 2009 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. 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 26, 2009 Share Posted May 26, 2009 First questions.. When did you notice it? What changes did you make just before you noticed it? And have you tried editing your CSS to fix it? 0 Quote Link to comment Share on other sites More sharing options...
ramystyle Posted May 26, 2009 Author Share Posted May 26, 2009 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 ! 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 26, 2009 Share Posted May 26, 2009 There have been some changes in the templates in v4, so I'd assume that's the issue. Once I get some of my paid projects done today I should be able to look at it for you 0 Quote Link to comment Share on other sites More sharing options...
ramystyle Posted May 26, 2009 Author Share Posted May 26, 2009 Thanks !! 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 26, 2009 Share Posted May 26, 2009 Thanks !! Email me and I'll fix it for you later tonight 0 Quote Link to comment Share on other sites More sharing options...
ramystyle Posted May 31, 2009 Author Share Posted May 31, 2009 Hello, I understand siforek can be busy.. In the mean time, if anyone knows how to fix this, I would appreciate your help 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted May 31, 2009 Share Posted May 31, 2009 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 0 Quote Link to comment Share on other sites More sharing options...
ramystyle Posted June 1, 2009 Author Share Posted June 1, 2009 Hi Siforek, It works ! Thanks again 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted June 1, 2009 Share Posted June 1, 2009 Hi Siforek, It works ! Thanks again Sure thing 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.