vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Can't find border-radius (https://vborg.vbsupport.ru/showthread.php?t=266574)

transparentb 07-10-2011 11:59 AM

Can't find border-radius
 
I'm trying figure out why I'm getting a border radius for the bottom left and bottom right of the element that the "New posts", "Private Messages", "FAQ" links are in.

Image = top one is my dev and second is live. I can't find any difference in the stylevars so I guess it's something in the CSS but I can't find anything to do with border radius :(

https://vborg.vbsupport.ru/external/2011/07/43.png

Keep in mind the background images are not the culprit.

Thank you!

Jeff Ledger 07-10-2011 12:15 PM

Your styles / stylevars / border-radius

transparentb 07-10-2011 12:51 PM

Quote:

Originally Posted by Jeff Ledger (Post 2218900)
Your styles / stylevars / border-radius

Nothing comes up under border-radius (I'm editing default styles).

Jeff Ledger 07-10-2011 01:00 PM

Stylevars /
Common
Border_radius

set it to 0

--------------- Added [DATE]1310306611[/DATE] at [TIME]1310306611[/TIME] ---------------

or add this to your additional.css

Code:

.navbar {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}


transparentb 07-10-2011 01:09 PM

Thank you Jeff.

Jeff Ledger 07-10-2011 01:19 PM

You are welcome,

Jeff

LifesGreatestGift 07-10-2011 01:59 PM

border-radius is actually hard-coded for most items in vbulletin.css and vbulletin-chrome.css and other respective CSS templates.


All times are GMT. The time now is 09:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01419 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete