Customers SupportDocumentation




Reply
 
Thread Tools
  #1  
Old 18-01-2009, 10:38 AM
Junior Member
 
Real Name: Damiano
Join Date: Jun 2008
Posts: 5
WebPoint - little bug in CSS url

As the bugtracker does not work, I report this bug here.

In the CSS definitions of WebPoint there is a broken reference to a "./styles/1/" folder - it should be ""./styles/webpoint/":

Wrong:
HTML Code:
textarea, .bginput 
{ 
    background: #ffffff url(../../styles/1/gradients/gradient_input.gif) repeat-x bottom; 
    color: #666666; 
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
    border: 1px solid #c3c3c3; 
}

Correct:

HTML Code:
textarea, .bginput 
{ 
    background: #ffffff url(../../styles/webpoint/gradients/gradient_input.gif) repeat-x bottom; 
    color: #666666; 
    font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; 
    border: 1px solid #c3c3c3; 
}
Reply With Quote
  #2  
Old 18-01-2009, 10:59 PM
admin's Avatar
vBulletin Skin Zone Staff
 
Join Date: May 2007
Posts: 1,811
Re: WebPoint - little bug in CSS url

Thanks for that, very much appreciated
Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
webpoint Postbit Toxin Pre-Sales Questions 2 31-08-2008 01:18 PM


All times are GMT. The time now is 08:38 AM.