View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003640 | OXID eShop (all versions) | 3.1. Design, GUI, UX | public | 2012-02-28 09:42 | 2012-06-19 16:22 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.7 revision 41909 | ||||
Fixed in Version | 4.7.0_5.0.0_beta1 | ||||
Summary | 0003640: when "not buyable if not on stock" is set the formatting of the drop down screws up | ||||
Description | The "not buyable if not on stock" suggestion revealed what I think is a bug in the Azure template styling. Apparently the product drop-down menu (for compare, recommend, etc.) depends upon the style of the enclosing FORM tag. But when "not buyable if not on stock" is set, there is no longer a form so the formatting of the drop down screws up. A simple CSS change will fix this by adding the following entries (basically just copying the styles from the FORM tag to the .actionLinks class): .actionLinks {margin: 0;} .actionLinks li {list-style: none outside none; position: relative;} I think this would apply to anybody who uses the "not buyable if not on stock" option on a product as it did the same thing for me on the demo for the latest version (4.5.7). | ||||
Additional Information | http://www.oxid-esales.com/forum/showthread.php?t=13462#post82969 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Azure | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||