mambax7/publisher

View on GitHub
assets/css/rating.css

Summary

Maintainability
Test Coverage

Background image '../images/starrating.png' was used multiple times, first declared at line 34, col 5.
Open

    background: url(../images/starrating.png) left center;
Severity: Minor
Found in assets/css/rating.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin:0px;
Severity: Minor
Found in assets/css/rating.css by csslint

Background image '../images/starrating.png' was used multiple times, first declared at line 34, col 5.
Open

    background: url(../images/starrating.png) left bottom;
Severity: Minor
Found in assets/css/rating.css by csslint

Background image '../images/starrating.png' was used multiple times, first declared at line 34, col 5.
Open

    background: url(../images/starrating.png) top left repeat-x;
Severity: Minor
Found in assets/css/rating.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9000px;
Severity: Minor
Found in assets/css/rating.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -90000px;
Severity: Minor
Found in assets/css/rating.css by csslint

Negative text-indent doesn't work well with RTL. If you use text-indent for image replacement explicitly set direction for that item to ltr.
Open

    text-indent: -9000px;
Severity: Minor
Found in assets/css/rating.css by csslint

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

    padding-left:20px;
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog-rater-numeric {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating div a:hover, .blog_unit-rating-10 div a:hover {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating div a, .blog_unit-rating-10 div a {
Severity: Minor
Found in assets/css/rating.css by csslint

Outlines should only be modified using :focus.
Open

.blog_unit-rating div a, .blog_unit-rating-10 div a {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating div, .blog_unit-rating-10 div {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog-rater-numeric-active {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog-rate-reaction {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating div.blog_current-rating, .blog_unit-rating-10 div.blog_current-rating {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating-10numeric {
Severity: Minor
Found in assets/css/rating.css by csslint

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

.blog_unit-rating-10 {
Severity: Minor
Found in assets/css/rating.css by csslint

There are no issues that match your filters.

Category
Status