carisma_sensei: (Default)
Janna ([personal profile] carisma_sensei) wrote in [community profile] style_system2011-06-01 01:19 am

Problem with rounded corners (tabula rasa)

I made the layout you see in [community profile] inconformista a long time ago, and it had rounded corners. Right now I went to see the community as I'm planning to revamp it soon, but to my surprise the corners look all... wonky? As seen here.

The rounded corners are styled under #primary. Is it a change in the Tabula Rasa overrides/CSS that I'm not aware of, or is it the browser? I use Firefox 4.0.1

Thanks in advance!
seleneheart: (Default)

[personal profile] seleneheart 2011-05-31 11:31 pm (UTC)(link)
Yes, it's a slight problem with the new Firefox. The way you have it set now, the rounded border is only on half the corner. If you use

-moz-border-radius: 4px;


without all the 'topright' stuff, it should make all four corners of the element have rounded corners.
seleneheart: (Default)

[personal profile] seleneheart 2011-05-31 11:46 pm (UTC)(link)
You can put the top/bottom stuff in. Sorry for the confusion earlier.
seleneheart: (Default)

[personal profile] seleneheart 2011-05-31 11:47 pm (UTC)(link)
I've had some LJ layouts get messed up when I switched FF. It depended on how I had coded them originally.
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2011-06-01 12:12 am (UTC)(link)
It's working for me but I'm still in FF 3.6, so my guess is it has to do with FF 4. You are only using the -moz-border-radius version as far as I can see.

Check out this article for details on the CSS3 version of the border radius property and I bet it'll fix your issues when you add in border-radius versions!
foxfirefey: A seal making a happy face. (seal of approval)

[personal profile] foxfirefey 2011-06-01 12:14 am (UTC)(link)
Oh sweet! I'm glad it got worked out.