XoopsModules25x/apcal

View on GitHub
assets/css/apcal.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    display: inline !important;
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.leftDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

Element (td.noevent) is overqualified, just use .noevent without element name.
Open

table.month td.noevent {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.eventPics img {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.rightDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

Element (td.day) is overqualified, just use .day without element name.
Open

table.month td.day {
Severity: Minor
Found in assets/css/apcal.css by csslint

Element (td.weekno) is overqualified, just use .weekno without element name.
Open

table.month td.weekno {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.share {
Severity: Minor
Found in assets/css/apcal.css by csslint

Element (td.spacer) is overqualified, just use .spacer without element name.
Open

table.month td.spacer {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.eventNav {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.eventTitle {
Severity: Minor
Found in assets/css/apcal.css by csslint

Element (td.dayname) is overqualified, just use .dayname without element name.
Open

table.month td.dayname {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.details div.info {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.details div.click {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.centerDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.summary {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

    width: 130px;
Severity: Minor
Found in assets/css/apcal.css by csslint

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

    border: 1px solid #999;
Severity: Minor
Found in assets/css/apcal.css by csslint

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

    padding: 3px 5px;
Severity: Minor
Found in assets/css/apcal.css by csslint

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

.apcalForm input[type="text"],
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.share {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

.apcalForm input[type="reset"],
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.details div.info {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.event a {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.socialNetworks {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.details {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.dayname {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.weekno {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.rightDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.spacer {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.leftDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.day {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.centerDiv {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.details img {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.socialNetworks span.facebook, .fb-like {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

div.apcaltooltip div.summary {
Severity: Minor
Found in assets/css/apcal.css by csslint

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

table.month td.noevent {
Severity: Minor
Found in assets/css/apcal.css by csslint

There are no issues that match your filters.

Category
Status