activate rounded corners css style in template.css

13 years 8 months ago #139819 by daywalker0028
I need help to get the rounded corners css style feature to show on the CB Profile Tabs.

The css tag can be found in the css file located at:
components/comp_profiler/plugin/templates/default/template.css



The code below is located at line 237 on my file, but you can quickly find it by searching for the comment tag:


/* For rounded corners, it's CSS3, but still displays correctly in square on CSS2 browsers */

.cbtmpldialog {

padding: 5px 16px 3px;

-webkit-border-radius: 16px;

-moz-border-radius: 16px;

border-radius: 16px;

border: 2px solid #ccc;

margin: 1em 0 2em;

position: relative;



background-color: rgba(198, 198, 198, 0.8);

background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(rgba(180, 180, 180, 0.8)), to(rgba(255, 255, 255, .9)));

background-image: -moz-linear-gradient(rgba(180, 180, 180, 0.8) 0%, rgba(255, 255, 255, .9) 90%);

border-top-color: #ccc;

border-right-color: #aaa;

border-bottom-color: #bbb;

border-left-color: #aaa;



-webkit-box-shadow: rgba(170, 170, 170, 0.5) 0px 10px 16px;

-moz-box-shadow: rgba(170, 170, 170, 0.5) 0px 10px 16px;

}

Post edited by: daywalker0028, at: 2010/08/11 23:55

Mythic Studio
www.mythicstyle.net

Please Log in to join the conversation.

13 years 8 months ago #139854 by krileon
Edit your tabs and set them to display as rounded. The rounded disable is relatively new and was just recently added rather quickly so may require some CSS tweaks to display the way you might like it to.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.237 seconds

Facebook Twitter LinkedIn