mambax7/extgallery

View on GitHub
assets/js/ml-slider/assets/sliders/coinslider/coin-slider-styles.css

Summary

Maintainability
Test Coverage

Use of !important
Open

    margin-left: 0 !important;

Use of !important
Open

    left: auto !important;

Standard property 'box-sizing' should come after vendor-prefixed property '-moz-box-sizing'.
Open

    -moz-box-sizing: border-box;

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

.cs-buttons a.cs-active {

Missing vendor-prefixed CSS gradients for Old Webkit (Safari 4+, Chrome).
Open

.cs-buttons a {

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: -1000px;

The box-sizing property isn't supported in IE6 and IE7.
Open

    box-sizing: border-box;

Values of 0 shouldn't have units specified.
Open

    font-size: 0px;

Values of 0 shouldn't have units specified.
Open

.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

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

    border: 1px solid #B8C4CF;

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

    border: 1px solid #B8C4CF;

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

.coin-slider { zoom: 1; position: relative; }

Outlines should only be modified using :focus.
Open

.coin-slider a{ text-decoration: none; outline: none; border: none; }

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

.coin-slider a{ text-decoration: none; outline: none; border: none; }

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

.cs-buttons a {

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

.cs-buttons {

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

.cs-buttons a.cs-active {

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

.cs-title {

There are no issues that match your filters.

Category
Status