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)
-   -   New posts question (https://vborg.vbsupport.ru/showthread.php?t=256827)

OurCouponHome 01-09-2011 06:00 PM

New posts question
 
When we pull up New Posts, the time in the Last Post column is cut off. How do we make it completely show up?

TheLastSuperman 01-12-2011 10:40 PM

AdminCP > Styles & Templates > Style Manager > Edit Templates > *find CSS Templates and double-click to expand, now find:

Code:

.threadbit .threadlastpost dd {
        margin:0 20px 0 20px;
        height: {vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height}};
        overflow: hidden;
        white-space:nowrap;
}

Change the margin value for right to 10px instead of 20px example:

Code:

.threadbit .threadlastpost dd {
        margin:0 10px 0 20px;
        height: {vb:math {vb:stylevar mid_fontSize}*{vb:stylevar line_height}};
        overflow: hidden;
        white-space:nowrap;
}

And in case some are wondering yes you can define them separately as in margin-left: 10px;margin-top:10px; however when you see it 0 10px 0 10px then it's different example:

Code:

0  10px  0    10px
T    R    B    L

Top, Right, Bottom, Left ;).

OurCouponHome 01-13-2011 07:03 PM

You are a genius Superman!! I am so amazed by you and Lynne! :)

TheLastSuperman 01-13-2011 08:36 PM

Quote:

Originally Posted by OurCouponHome (Post 2148605)
You are a genius Superman!! I am so amazed by you and Lynne! :)

Well thank you however... who do you think I learned from? I've read more of Lynne's posts on here than anyone else if I think back about it and when someone else makes it easy for you to learn over the years, well you do!

She's my vBulletin Superman err I guess that would be Superwoman :D


All times are GMT. The time now is 03:09 AM.

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.00996 seconds
  • Memory Usage 1,718KB
  • 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)bbcode_quote_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