-
AuthorPosts
-
harvas Friend
harvas
- Join date:
- September 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 29, 2011 at 9:34 am #165784Hello all,
I am having problems with two issues. I have created a custom “clean” module class suffix with the following changes in template.css:
#ja-container .moduletable_clean {
background:none;
-moz-border-radius:0 0 0 0;
-moz-box-shadow:0 0 0 0;
}#ja-container .moduletable_clean .ja-box-ct {
padding-left:0 !important;
}I have created on the right side two custom HTML modules with a single rounded image one on top of the other. The issues are the following: (a) there is a larger gap between the first and the second module, which is not following strange enough the distances of other modules, and (b) in Chrome and IE the rounded corners (i.e. black bottom rounded line) is offset by a couple of pixels.
Attachment added!
Thanks for the help!
-
1 user says Thank You to harvas for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 29, 2011 at 12:14 pm #399100Hi,
Could you give me a link to your website?harvas Friendharvas
- Join date:
- September 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 29, 2011 at 12:32 pm #399106<em>@khoand 250494 wrote:</em><blockquote>Hi,
Could you give me a link to your website?</blockquote>khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
June 29, 2011 at 7:52 pm #399192You change this code
#ja-container .moduletable_clean {
background:none;
-moz-border-radius:0 0 0 0;
-moz-box-shadow:0 0 0 0;
}
with
#ja-container .moduletable_clean {
background: none;
-moz-border-radius: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
-webkit-box-shadow: 0 0 0 0;
-webkit-border-radius: 0;
box-shadow: 0 0 0 0;
border-radius: 0;
}2 users say Thank You to khoand for this useful post
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
harvas Friendharvas
- Join date:
- September 2010
- Posts:
- 26
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
June 29, 2011 at 10:08 pm #399222<em>@khoand 250609 wrote:</em><blockquote>To change space, you replace this code
#ja-container .moduletable_clean .ja-box-ct {
padding-left:0 !important;
}
with
#ja-container .moduletable_clean .ja-box-ct {
padding:0 !important;
}
</blockquote>Great help khoand. Spot on! Highly appreciated!
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by harvas 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Rounded Corners on "clean" module class suffix
Viewing 6 posts - 1 through 6 (of 6 total)