PDA

View Full Version : [PT 2.1.1] Styling Issue


KURTZ
06-19-2010, 05:39 PM
just tried to open a new 'task' onto my testing board and like you can see the 'view first unread' is different font than the 'issue tools' so this looks weird ...

King Kovifor
06-19-2010, 09:17 PM
That is the designed effect. We used default vBulletin classes to create that link.

PitchouneN64ngc
06-19-2010, 10:11 PM
This was found after the release and patched for 2.1.2.

King: issue #105 ;)

King Kovifor
06-20-2010, 04:40 PM
Oops. Listen to Yves for this one... lol

KURTZ
06-21-2010, 09:29 AM
That is the designed effect. We used default vBulletin classes to create that link.

This was found after the release and patched for 2.1.2.

King: issue #105 ;)

Oops. Listen to Yves for this one... lol

:D :D

IR15H
06-21-2010, 10:33 PM
There seems to have been a regression between 2.1.0 and 2.1.1 in the css for comments;

https://vborg.vbsupport.ru/

King Kovifor
06-22-2010, 02:23 AM
Does it say hard coded CSS? If so, that's definitely a bug.

KURTZ
06-22-2010, 06:00 PM
found another small styling issue ... :)

King Kovifor
06-23-2010, 01:30 PM
found another small styling issue ... :)

What's the second one? if it's Manage, that's meant to be there, because the 'View Highlighted Patch' link isn't there.

PitchouneN64ngc
06-23-2010, 07:56 PM
There seems to have been a regression between 2.1.0 and 2.1.1 in the css for comments;

http://img28.imageshack.us/img28/6600/stylev.png
What is the bug here?

KURTZ
06-24-2010, 06:26 PM
What's the second one? if it's Manage, that's meant to be there, because the 'View Highlighted Patch' link isn't there.

maybe 'download' and 'manage' must have another font style like the date ... :)

IR15H
06-26-2010, 11:49 AM
Does it say hard coded CSS? If so, that's definitely a bug.

What is the bug here?

The bug is that the css background colour values are hard coded, and so do not change dependant on the style used. For example...

#pt_issue_content .blockrow {
background: none repeat scroll 0 0 #F2F6F8;
}

#pt_issue_content .issuetext {
padding-bottom: 26px;
background: none repeat scroll 0 0 #FFFFFF;
}

...there's quite a few others as well.

PitchouneN64ngc
06-26-2010, 02:34 PM
ALL values are hardcoded actually. We will put them in Stylevars in a future release (maybe 2.2).