Rounded edges

  • dstoukos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 4 weeks ago #23523 by dstoukos
Rounded edges was created by dstoukos
Hello to all

Is it possible to make the edges rounded on the modules?

I installed the joomla 2.5 eCommerce template and it looks great but i believe that it would look even better if the corners were rounded.

Please Log in to join the conversation.

More
12 years 4 weeks ago #23536 by ivan.milic
Replied by ivan.milic on topic Rounded edges
Class name for module container div is DIV.moduletable, so:

DIV.moduletable{
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}


put that at bottom of template_css.css , that will not work in ie7
The following user(s) said Thank You: dstoukos

Please Log in to join the conversation.

  • dstoukos
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 4 weeks ago #23543 by dstoukos
Replied by dstoukos on topic Rounded edges
Thank you for your immediate and helpfull support.
Worked like charm !

Please Log in to join the conversation.

Time to create page: 0.147 seconds
Powered by Kunena Forum