McPringle/sportchef

View on GitHub
src/main/webapp/css/main.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#events {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Don't use IDs in selectors.
Open

#logo {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Don't use IDs in selectors.
Open

#title {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Don't use IDs in selectors.
Open

#title a {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Use of !important
Open

        display: initial !important;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Use of !important
Open

        display: inline !important;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Attribute selectors with *= are slow!
Open

.paper-card[class*=iron-image-] {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

@import prevents parallel downloads, use <link> instead.
Open

@import url(https://fonts.googleapis.com/css?family=Lekton:700|Roboto:300,400,500);
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Element (paper-button.sportchef-layout-header) is overqualified, just use .sportchef-layout-header without element name.
Open

paper-button.sportchef-layout-header {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Adjoining classes: .filter-icons.active
Open

.filter-icons.active {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

float can't be used with display: inline-block.
Open

        float:   right;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    padding:         5px;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    margin:  15px 20px 0 0;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    border:             4px solid #fcfff4;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    border:             4px solid #fcfff4;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=30)'.</filter-function-list>
Open

    filter:     alpha(opacity=30);
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Using height with border-top can sometimes make elements larger than you expect.
Open

    border-top:         none;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    padding:          0 8% 0 4%;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

float can't be used with display: inline-block.
Open

    float:          left;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
Open

    float:   left;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=0)'.</filter-function-list>
Open

    filter:             alpha(opacity=0);
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    padding:    0 8% 0 4%;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    border-right:       none;
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=100)'.</filter-function-list>
Open

    filter:     alpha(opacity=100);
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.nav-trigger .menu-burger {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.checkbox label:after {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.checkbox label {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

#title a {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.nav-header {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

body {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.main-nav, .main-nav li {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.button {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

    .button-login, .button-logout {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

section {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.checkbox {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

#title {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

main {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

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

.main-nav li a {
Severity: Minor
Found in src/main/webapp/css/main.css by csslint

There are no issues that match your filters.

Category
Status