- Posts: 11
- Thank you received: 0
Rounded edges
-
dstoukos
Inactive member - Topic Author
- New Member
Less
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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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
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.
Time to create page: 0.147 seconds