Design issues in new SCN
Well, my first desing’s issue is for blog’s content:
Lets see “j-pagination-prevnext” css’s span tag. Uses this image: http://scn.sap.com/5.0.1/images/jive-icon-sprites-med.png
But doesn’t look very well at Google Chrome. As you could see in SCN1.jpg (attached) here:
Well, css style for this issue I believe we can find here: http://scn.sap.com/5.0.1/styles/jive.css
With “width:46px; height:22px;” there is no problem here.
Lets see the “Next Post” span tag.
Style:
Now we have this, please find it:
<span class=”j-pagination-next j-disabled font-color-meta” title=”Next post”>Next post</span>
Please delete “j-disabled” from that line.
Result:
<span class=”j-pagination-next font-color-meta” title=”Next post”>Next post</span>
Great, isn’t it ?
Update: The issue is tracked by the ID SCNSBS-1715 and added to the SCN Known Issues List. (Thanks Oliver’s comment)
Now let’s focus at “content” section
For example: http://scn.sap.com/community/erp/financials/content
Focus here:
Lets change CSS style here http://scn.sap.com/themes/sap-scn/styles/styles.css
Search:
.j-browse-sorts select#j-sort {float:left;width:160px;margin-top:4px;}
Change to:
.j-browse-sorts select#j-sort {float:left;width:230px;margin-top:4px;}
Save CSS file.
Result:
Update: The issue is already fixed. Thanks!
Don’t Show “Closed” icons:
The “Year dependent master data in FM” is a closed thread, as you can see here: http://scn.sap.com/thread/3187612
Why the system does not show up this “closed” icon at the thread list?
“Literal” html tag showing:
Reported here: http://scn.sap.com/thread/3418626
Screenshot:
New idea: Better “error pages” and communications (HTML code submitted) xD
New idea: URL shortening by SAP (HTML code submitted)
That’s all for now.
I hope you find this useful.
Regards,
Osvaldo
Hi Osvaldo,
thanks for making our work 🙂 The issue is tracked by the ID SCNSBS-1715 and added to the SCN Known Issues List. And I checed the navigation issue is not fully fixed yet.
Thanks a ton!
Thanks for your feedback, it's my pleasure help SCN SAP's team 😉
Regards,
Osvaldo.
Hi Osvaldo,
just a heads up that the issues you reported have been partially fixed with out latest release. Please have a look at the SCN Release Notes.
Thanks again!
Oliver