Results 1 to 4 of 4

Thread: Product & Services

  1. #1
    Join Date
    May 2009
    Posts
    51

    Default Product & Services

    Alright so I am working on customization for my WHMCS and I found a small problem. I added a border to my active/inactive/terminated/pending useraccounttable and it doesnt seem to be working.. It works on the small squares at the bottom labeling it but not on the actual table. I also tried to manually do it using border html tags in the code itself but it did not work, any clue where I can find the problem?



    Thanks,
    Randy
    Randy Cram
    Logic Depths Founder & CEO
    Logic Depths Web Hosting - Logic Depths Depths Billing

  2. #2

    Default

    If you want the border to go around the "status" squares then you have to place a border around their parent. So whatever that it is
    | WHMCS LIVE | | whmcslive.com
    █ | A third party, complete live support solution

  3. #3
    Join Date
    Sep 2007
    Location
    Jimboomba, Qld. AU
    Posts
    2,291

    Default

    Your using the portal theme by the looks. Open your style.css and add your border tags to the appropriate styles.
    these ones are for the status squares at the bottom
    .clientareatableactive{background-color:#DFFFE0}
    .clientareatablepending{background-color:#EFEFEF}
    .clientareatablesuspended{background-color:#FFF6CF}
    .clientareatableterminated{background-color:#FFCFCF}
    and these ones are used in the tables
    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;}

  4. #4
    Join Date
    May 2009
    Posts
    51

    Default

    I did the first one thats ho wi have it on boxes i guess its the other ones i have to do :p

    thanks.

    EDIT:

    Worked, thanks.
    Last edited by RandyC; 05-27-09 at 10:02 PM.
    Randy Cram
    Logic Depths Founder & CEO
    Logic Depths Web Hosting - Logic Depths Depths Billing

Similar Threads

  1. Product/Services Tab, Product Drop Down Sort Order
    By monsterweb in forum Feature Requests
    Replies: 0
    Last Post: 12-20-10, 04:14 PM
  2. Replies: 3
    Last Post: 12-13-10, 02:35 PM
  3. Customising Admin & Client Product / Services pages
    By tqhosting in forum Customisation & Integration Questions
    Replies: 3
    Last Post: 04-23-10, 05:21 PM