XoopsModules25x/apcal

View on GitHub
admin/menu.css

Summary

Maintainability
Test Coverage

2 IDs in the selector, really?
Open

#buttonbar_mod #current a span {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod li {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#container {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttontop_mod {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a span {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod ul {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#box {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a:hover span {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a span {
Severity: Minor
Found in admin/menu.css by csslint

2 IDs in the selector, really?
Open

#buttonbar_mod #current a {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a:hover {
Severity: Minor
Found in admin/menu.css by csslint

Don't use IDs in selectors.
Open

#buttonbar_mod a:hover span {
Severity: Minor
Found in admin/menu.css by csslint

margin can't be used with display: inline.
Open

    margin: 0;
Severity: Minor
Found in admin/menu.css by csslint

Duplicate property 'text-decoration' found.
Open

    text-decoration: none;
Severity: Minor
Found in admin/menu.css by csslint

Duplicate property 'margin' found.
Open

    margin: 0 1px 0 0;
Severity: Minor
Found in admin/menu.css by csslint

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 1px solid #666;
Severity: Minor
Found in admin/menu.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 1px solid #666;
Severity: Minor
Found in admin/menu.css by csslint

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 1px solid #666;
Severity: Minor
Found in admin/menu.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

    padding: 2px;
Severity: Minor
Found in admin/menu.css by csslint

Rule is empty.
Open

div .navResults {
Severity: Minor
Found in admin/menu.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 1px solid #666;
Severity: Minor
Found in admin/menu.css by csslint

Element (div.confirmMsg) is overqualified, just use .confirmMsg without element name.
Open

div.confirmMsg {
Severity: Minor
Found in admin/menu.css by csslint

Element (div.confirmButtons) is overqualified, just use .confirmButtons without element name.
Open

div.confirmButtons {
Severity: Minor
Found in admin/menu.css by csslint

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

div .navHeading {
Severity: Minor
Found in admin/menu.css by csslint

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

#container {
Severity: Minor
Found in admin/menu.css by csslint

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

div.confirmMsg {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttonbar_mod {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttontop_mod {
Severity: Minor
Found in admin/menu.css by csslint

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

div.confirmButtons {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttonbar_mod a span {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttonbar_mod ul {
Severity: Minor
Found in admin/menu.css by csslint

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

.admin_header {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttonbar_mod a {
Severity: Minor
Found in admin/menu.css by csslint

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

#buttonbar_mod #current a span {
Severity: Minor
Found in admin/menu.css by csslint

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

.admin_subheader {
Severity: Minor
Found in admin/menu.css by csslint

There are no issues that match your filters.

Category
Status