mambax7/extgallery

View on GitHub
assets/js/ml-slider/assets/sliders/responsiveslides/responsiveslides.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    margin: 0 !important;

Use of !important
Open

    padding: 7px 0 !important;

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

    background: rgba(255,255,255,.1);

Adjoining classes: .rslides_nav.next
Open

.rslides_nav.next {

Adjoining classes: .rslides_nav.prev
Open

.rslides_nav.prev {

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

    width: auto;

Duplicate property 'padding' found.
Open

    padding: 10px 0;

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

    height: auto;

Values of 0 shouldn't have units specified.
Open

    left: 0px;

The properties margin-top, margin-bottom, margin-left, margin-right can be replaced by margin.
Open

.rslides li,

Values of 0 shouldn't have units specified.
Open

    right: 0px;

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

.rslides li {

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

.rslides li,

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

.rslides_tabs {

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

.rslides li:first-child {

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

.rslides_tabs a {

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

.rslides img {

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

.rslides_tabs li {

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

.rslides {

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

.rslides_nav {

There are no issues that match your filters.

Category
Status