View Issue Details

IDProjectCategoryView StatusLast Update
0001554OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:45
ReporterBergfreunde Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.3.0 revision 26948 
Summary0001554: The text "pricefrom" on mainarticles with variants uses inline-css for size
DescriptionWhen showing the pricefrom-text (for example in list.tpl) there is a span around the text "ab" with class "pricefrom". But the font-size anyway is declared as inline-css, instead of inside the oxid.css

If there is a need to change the size, you have to use !important in oxid.css to make sure, it won't be overwritten by the inline-css.

That's the part i talk about:
<big>
<span class="pricefrom" style="font-size: 50%;">ab</span> 3.490,00 €
</big>

In my opinion the font-size should be put into oxid.css
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

arvydas_vapsva

2009-12-15 10:00

reporter   ~0002220

done, thnx for hint