SMF Development > Bug Reports
[4812] tr.titlebg th.first_th rtl.css
(1/1)
.HuNTeR.:
hi every body
in index.css line 885 we have:
--- Code: ---tr.titlebg th.first_th
{
background: #e3e9ef url(../images/theme/main_block.png) no-repeat 0 -380px;
}
--- End code ---
but in rtl.css line 119:
we have same class but different values
--- Code: ---tr.titlebg th.first_th
{
background: #e3e9ef url(../images/theme/main_block.png) no-repeat 100% -340px;
}
--- End code ---
same problem with tr.titlebg th.last_th class rtl.css line 123
in a fresh smf2 installation in stats page we can see this cause problems in first and last columns
fix: changing -340px to -380px seems to fix it
emanuele:
Can you post a screenshot of the problem?
The same seems to happen with tr.catbg th.first_th (-280 in index.ccs and -240 in rtl).
.HuNTeR.:
here you are
emanuele:
Thanks for reporting!
Attached to the already existing issue of rtl problems. ;)
Navigation
[0] Message Index
Go to full version