vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Project Tools (https://vborg.vbsupport.ru/forumdisplay.php?f=266)
-   -   [design/style issue] Large useless blank part to remove (https://vborg.vbsupport.ru/showthread.php?t=243655)

Lumina 05-31-2010 12:58 PM

[design/style issue] Large useless blank part to remove
 
I use vb4.0.3 and Project Tools 2.1.0 and Internet Explorer 8 under Windows Vista.

I have an issue on the following page:
http://forum.vbulletin-fr.org/project.php?projectid=1

Below “Liste des bugs recens?s pour vBulletin par les membres francophones.” and above “Voir la liste compl?te des rapports”, there is a large blank (about 2 cm high).

(picture)

I would like to know how to remove this blank?

ps: Pitchoune, if you read this, don't just fix it directly on the website, I want to know the how-to. ;)

we_are_borg 05-31-2010 02:26 PM

Think that bug is fixed in 2.1.1 because on the dev site it's normal.

The thing your looking for is called blockrow_table

PitchouneN64ngc 05-31-2010 08:42 PM

I'll check that :)

--------------- Added Monday 31 May 2010 at 23:44 ---------------

It has a min-height value of 90px, we need to check if this is needed for every browser or not.

--------------- Added Monday 31 May 2010 at 23:49 ---------------

This was added into changeset 16 - testing it in each browser (seems to be for IE7 only IIRC).

--------------- Added Monday 31 May 2010 at 23:59 ---------------

min-height useless in projecttools.css - updating the product (looks correct in IE7/8, Firefox 3.6.4, Safari 4.0.5, Opera 10.60 Alpha 1 & Chrome 6.0.408.1 dev) :)

Lumina 06-01-2010 07:28 AM

Thanks. Here is a manual fix:

Find:
Code:

.pt_project .blockrow {
 padding-top: 5px;
 padding-bottom: 5px;
 border-top: solid 1px {vb:stylevar light_border.borderColor};
 height: 90px; /* Thanks IE for your CSS non-support... */
}

And change the line with “Thanks IE for your CSS non-support...” to something else.

PitchouneN64ngc 06-01-2010 11:59 AM

All CSS definitions for IE have its own template and the height value was put into this template (not anymore in projecttools.css).


All times are GMT. The time now is 07: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.01142 seconds
  • Memory Usage 1,719KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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