SimplePortal

Development => Bugs => Fixed or Bogus Bugs => Topic started by: nabilinux on August 15, 2010, 09:03:39 PM

Title: Missing CSS declaration in portal_rtl.css
Post by: nabilinux on August 15, 2010, 09:03:39 PM
Hello,

in portal.css we find this CSS rule ((line 208)):
Code: [Select]
.sp_article_icon {
    margin:5px 10px 0 0;
}

It's counter part is missing in portal_rtl.css:
Code: [Select]
.sp_article_icon {
    margin:5px 0 0 10px;
}

The missing declaration will fix the alignment of the small image next to the article titles on the portal's homepage


EDIT:

This one is also missing in the rtl file:
Code: [Select]
dl.sp_form {
clear:left;
}

Best Regards
Title: Re: Missing CSS declaration in portal_rtl.css
Post by: Nathaniel on September 26, 2010, 02:41:41 AM
Apologies for the wait, and thank you for the bug report.

Reported on the ProjectTracker:
http://simpleportal.net/index.php?issue=403.0
SimplePortal 2.3.8 © 2008-2024, SimplePortal