View Issue Details

IDProjectCategoryView StatusLast Update
0003046OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reportertjungcl 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.1 revision 38045 
Summary0003046: shipping address form shows a square in every line (ie7)
DescriptionIn checkout step 2 when displaying the shipping address form, in every line of the form a little square is shown.

the reason is a rule from typography.css:

ul li li{
list-style-type: square
}

In newer versions of ie as well as in firefox and chrome this rule is overruled by some short rule ("form li" I guess) which is quite strange.

however: you should add the rule

form li li{
list-style-type: none;
}

to elements.css to make sure that no squares in form li are shown.
TagsNo tags attached.
ThemeAzure
BrowserInternet Explorer 7.x
PHP Versionany
Database Versionany

Activities

There are no notes attached to this issue.