SMF Development > Bug Reports

[4812] Errors in rtl.css

(1/2) > >>

Kadimi:
Hello,
-----------------------
BUG 1

in index.css we find this:

--- Quote ---img#upshrink_ic, img#newsupshrink {
    float:right;
    margin:10px 0 0 5px;
}

--- End quote ---
and in rtl.css (line 265)

--- Quote ---img#upshrink_ic, img#newsupshrink {
    float:right;
    margin:10px 5px 0 0;
}
--- End quote ---

the float property should be set to left

--------------------
BUG 2

in index.css we find this:

--- Quote ---.nextlinks {
    margin-top:-1px;
    text-align:right;
}

--- End quote ---

We don't find its counterpart in rtl.css, we need this:

--- Quote ---.nextlinks {
    text-align:left;
}
--- End quote ---

Kadimi:
Any feedback?

Antechinus:
You posted that at 5.44 am my time. Feedback may not be forthcoming at that hour. ;)

Thank you for pointing these out. I'll amend rtl.css accordingly.

Kadimi:
Thanks and sorry for the bump!

emanuele:
Still pending.

@Antechinus: do you prefer it tracked?

EDIT: I think that for the admin panel

--- Code: ---.home_image
{
float: right;
}

--- End code ---

should be

--- Code: ---.home_image
{
float: right !important;
}

--- End code ---

as it is in core. :)

Navigation

[0] Message Index

[#] Next page

Go to full version