DavidR Posted December 15, 2002 Share Posted December 15, 2002 I've looked in the style sheets and login.php and can't find the bit that defines the borders around the two boxes in the middle of the login page (the ones under New Customer and Returning Customer). Can someone give me direction on this? Thanks. David Link to comment Share on other sites More sharing options...
toolcrazy Posted December 15, 2002 Share Posted December 15, 2002 You need to tell us more. What dist. What are you trying to do? Things like that. Steve ------------------------- Link to comment Share on other sites More sharing options...
DavidR Posted December 15, 2002 Author Share Posted December 15, 2002 Sorry :roll:. I have 2.2 (12-15 Snapshot). In this instance, I am trying to find out how to change the borders around the two boxes described. I've noticed other sites where the basic layout is obviously OSC, but the colors and graphics used are changed to make it look nice. When I posted (and still) I was trying to find out where these boarders were defined. I didn't find any css that seemed to apply. They look like maybe 1px table or cell boarders in that OSC shade of blue. Does that help? Thanks! David Link to comment Share on other sites More sharing options...
mattice Posted December 15, 2002 Share Posted December 15, 2002 I *think* it will be the formArea class in stylesheet. Easy trick to make sure: look at the html source... search for an obvious text like 'Login' and see which class is attached to the <td> tag.... <td class="whateverClass">blabla then changing the stylesheet class TD.whateverClass { ... } will affect it. Hth Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them" Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.