vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   "memberBox" Headline Issue (https://vborg.vbsupport.ru/showthread.php?t=280532)

ssdevious 03-22-2012 11:57 PM

"memberBox" Headline Issue
 
1 Attachment(s)
Hello,

trying to add some padding (move the "No new messages" bit more to the right) to the memberBox' headline, any ideas?

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

Thanks,
~tEh'P?r4d0x

Adam H 03-23-2012 12:43 AM

its either :

Code:

.popupbody {
    background: none repeat scroll 0 0 #E1E1E1;
    border: 1px solid #E1E1E1;
    color: #3E3E3E;
    display: none;
    font: 11px Tahoma,Calibri,Verdana,Geneva,sans-serif;
    left: 0;
    min-width: 200px;
    padding: 4px;
    position: absolute;
    top: 1.5em;
    z-index: 1000;
}

or

Code:

.toplinks ul.isuser li.popupmenu ul li {
    margin: 0;
    position: relative;
    text-align: left;
    top: 0;
}

that you will need to edit depending on how you theme is done. It looks a bit messed up to me from that image so you might need to play with margin and padding in those two classes to get it looking nice.

setishock 03-23-2012 01:01 AM

1 Attachment(s)
Adam I modded the second one and it came out looking pretty good.
Code:

.toplinks ul.isuser li.popupmenu ul li {
color: black;
background: none;
    position: relative;
    text-align: center;
    top: 0;
}

See attachment. Still playing with it...
Thanks

Adam H 03-23-2012 01:08 AM

You do realise that having the login box , search box and navigation on the same row will cause you massive problems for people with smaller resolutions ? Its ok for me as im running 1600 x 900 but anything smaller and it will be a nightmare with horizontal scrolls etc.

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

EDIT , ive just see the disclaimer : This theme best viewed with IE9 in (minimum) 1600x900

lol i take it thats just an extra theme rather than a main one then :)

setishock 03-23-2012 01:18 AM

That's why the message is there about the resolution. I antisipated that sort of response. There are other themes in the style selector that work on lower resolutions and smaller screens. That theme is for wide screens at higher resolutions.
This thread isn't about my theme. Let's get back to the OP's question.

ssdevious 03-23-2012 12:10 PM

1 Attachment(s)
Thanks guys,

that centering worked, however, considering, I want it to stay aligned to the left and just move it 5 - 10 px, what then?

Margin and paddin are moving it, but they're moving the border as well, so it looks like this:

https://vborg.vbsupport.ru/attachmen...&d=1332504538g

Any suggestions?

Thanks,
~tEh'P?r4d0x


All times are GMT. The time now is 04:49 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.01117 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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