app/layout/base/res/css/default.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    padding: 0 !important;
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Use of !important
Open

    padding-bottom: 56.25% !important; // 16:9
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

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

    padding-bottom: 56.25% !important; // 16:9
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Rule is empty.
Open

figure {
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Duplicate property 'position' found.
Open

        position: absolute;
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(0, 95, 155, 0.8);
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected COLON at line 18, col 9.
Open

    img {
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected RBRACE at line 33, col 39.
Open

    //padding-bottom: 75% !important; // 4:3
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Unexpected token '}' at line 46, col 1.
Open

}
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

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

.no-js-cookie-warning {
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected RBRACE at line 31, col 40.
Open

    padding-bottom: 56.25% !important; // 16:9
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected RBRACE at line 32, col 42.
Open

    //padding-bottom: 42.86% !important; // 21:9
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected a FUNCTION or IDENT after colon at line 22, col 14.
Open

    font-size: 0.85em;
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

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

.embed {
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

Expected COLON at line 38, col 11.
Open

    iframe, object, embed {
Severity: Minor
Found in app/layout/base/res/css/default.css by csslint

There are no issues that match your filters.

Category
Status