XoopsModules25x/about

View on GitHub
assets/js/jquery-treeview/jquery.treeview.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#treecontrol { margin: 1em 0; display: none; }

Element (div.lastCollapsable-hitarea) is overqualified, just use .lastCollapsable-hitarea without element name.
Open

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

Element (div.lastExpandable-hitarea) is overqualified, just use .lastExpandable-hitarea without element name.
Open

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

Element (a.selected) is overqualified, just use .selected without element name.
Open

.treeview a.selected {

Element (li.last) is overqualified, just use .last without element name.
Open

.treeview li.last { background-position: 0 -1766px }

Element (li.collapsable) is overqualified, just use .collapsable without element name.
Open

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

Background image 'images/treeview-default.gif' was used multiple times, first declared at line 13, col 5.
Open

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }

Rule doesn't have all its properties in alphabetical order.
Open

.treeview .hitarea {

Rule doesn't have all its properties in alphabetical order.
Open

#treecontrol { margin: 1em 0; display: none; }

Rule doesn't have all its properties in alphabetical order.
Open

.treeview .placeholder {

Rule doesn't have all its properties in alphabetical order.
Open

.treeview, .treeview ul {

Rule doesn't have all its properties in alphabetical order.
Open

.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }

There are no issues that match your filters.

Category
Status