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)
-   -   Adding space between username and online-offline (https://vborg.vbsupport.ru/showthread.php?t=307720)

Disco_Dave 01-30-2014 02:43 PM

Adding space between username and online-offline
 
Hi Guys

any ideas on how to do this?

Lynne 01-30-2014 05:27 PM

What page are you talking about? Can we get a link to the problem to see it?

TheLastSuperman 01-30-2014 06:33 PM

Quote:

Originally Posted by Disco_Dave (Post 2478008)
Hi Guys

any ideas on how to do this?

Try adding this to additional.css


Code:

img.onlinestatus {
    left: 0px !important;
}

In the default definition for that its set to -4px, changing to 0px gives a little more room, adjust to suite ;).

Quote:

Originally Posted by Lynne (Post 2478039)
What page are you talking about? Can we get a link to the problem to see it?

I believe he was talking about img.onlinestatus but we shall see :D.

Disco_Dave 01-31-2014 08:04 AM

Quote:

Originally Posted by Lynne (Post 2478039)
What page are you talking about? Can we get a link to the problem to see it?

It's in a few places, blogs it's really off, threads and usercp are only a few px's out

Quote:

Originally Posted by TheLastSuperman (Post 2478058)
Try adding this to additional.css


Code:

img.onlinestatus {
    left: 0px !important;
}

In the default definition for that its set to -4px, changing to 0px gives a little more room, adjust to suite ;).



I believe he was talking about img.onlinestatus but we shall see :D.

Yes that's correct, I will give this a try and let yous know.

Cheers,
Dave


@Lastsuperman That worked spot on for threads posts etc, but didn't work for the blogs.....

ozzy47 01-31-2014 11:17 AM

You can try this:

Code:

#sidebar_container .blocksubhead a.username{
padding-right: 50px;
}

Adjust 50px as needed, also make sure it don't change anywhere else like in profile.

Disco_Dave 01-31-2014 11:37 AM

Quote:

Originally Posted by ozzy47 (Post 2478179)
You can try this:

Code:

#sidebar_container .blocksubhead a.username{
padding-right: 50px;
}

Adjust 50px as needed, also make sure it don't change anywhere else like in profile.

Cheers Ozzy, I'll give it a try. :D

TheLastSuperman 01-31-2014 06:37 PM

If anything simply edit the image, if there is any empty transparent space on the sides then shift the image right so the left side of the image (which is transparent) serves as your spacer - it won't be pixel perfect but sure does beat trying to sort all areas of the css and some of this is shared css so messing w/ the default css definition does not always yield the desired appearance on eone page versus the others. A plugin like I'm about to do an article on would though.


All times are GMT. The time now is 01:42 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.01092 seconds
  • Memory Usage 1,726KB
  • 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
  • (4)bbcode_code_printable
  • (5)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