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)
-   -   Line padding above thread controls (https://vborg.vbsupport.ru/showthread.php?t=262032)

Guest210212002 04-15-2011 12:26 AM

Line padding above thread controls
 
1 Attachment(s)
I'm working on my postbit here:

https://vborg.vbsupport.ru/attachmen...1&d=1302834176

See that white line on top the row that contains Linkback / Thread Tools / etc? I can't for the life of me figure out how the heck to get rid of it. The class for that row is thread_controls_toolsmenu. I have the background set to the same dark color, and the toolsmenu_background stylevar looks like so:

https://vborg.vbsupport.ru/attachmen...1&d=1302834269

What am I missing? The code looks like this:

Code:

<div id="thread_controls" class="thread_controls toolsmenu">
And dropping toolsmenu from the end of it kills the whole background and format. I also made the stylevar background image taller, thinking that it might get rid of the little notch at the top (like the navtabs do) but no dice there either.

Any insight would be awesome, it's drivin' me nuts!

Guest210212002 04-23-2011 03:37 AM

I will seriously mail someone a puppy if they can find this. I'm still not seeing it, and it's driving me insane! ;)

setishock 05-12-2011 09:51 PM

If you're still having this problem try commenting out the back ground image or removing the url altogether. Remove any values for horizontal and vertical then save it.

KevinL 05-13-2011 07:07 PM

Code:

.toolsmenu div {
    border-top: 1px solid;
    clear: both;
    color: #C5C5C5;
    float: left;
    text-align: right;
    width: 100%;


}

You can remove the "border top" and it will remove the line :)


All times are GMT. The time now is 08:21 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.02069 seconds
  • Memory Usage 1,711KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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