View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001554 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2009-12-10 15:25 | 2012-12-10 13:45 |
Reporter | Bergfreunde | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.3.0 revision 26948 | ||||
Summary | 0001554: The text "pricefrom" on mainarticles with variants uses inline-css for size | ||||
Description | When 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 | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||