A padding issue
asak - March 14, 2008 - 22:41
| Project: | curvyCorners |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Great module!
Took me a while to get the hang of it... but now i've got curvy corners all over the place ! :)
My question is: How can i add a 10px padding to the left and the right inner sides of the box?
What i want is:
element.style {
...
padding-left: 10px;
padding-right: 10px;
}
#1
After finding this i solved the issue.
Padding can be added using the AutoPad, but only if all 4 ways have the same padding (i.e.
padding: XXpx).#2
Automatically closed -- issue fixed for two weeks with no activity.