Legacy Fix for lines cut off in various browsers

Status
Not open for further replies.

Trekkan

Customer
So for a while now, if you have the shoutbox scrolling with the newest items on the bottom, the last line is sometimes cut in half. I haven't been able to figure out an exact cause of this in that some browsers display fine, and even some browsers with the exact same version show different results (looking right, as opposed to cut off).

Anyway, I made the following change to the template (in green): dbtech_vbshout.css

Code:
.formcontrols .blockrow .dbtech_shouts .dbtech_vbshout_window {
	border-left:{vb:stylevar blockhead_border};
	border-right:{vb:stylevar blockhead_border};
	border-bottom:{vb:stylevar blockhead_border};
[COLOR=#008000][B]        padding-bottom: 8px;[/B][/COLOR]
}

All this does is add 8 pixels in padding to the bottom of the shoutbox window. Kind of a clunky solution, but it's a solution. =)
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Status
Not open for further replies.

Similar threads

  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
2
Views
733
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
3
Views
616
  • Locked
  • thread_type.dbtech_ecommerce_suggestion thread_type.dbtech_ecommerce_suggestion
Replies
4
Views
568

Legacy AJAX Threads

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
574
Customer rating
0.00 star(s) 0 ratings
Back
Top