crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Line should be indented with spaces, not tabs
Open

    background: none;

Line should be indented with spaces, not tabs
Open

    margin-left: .4em;

Line should be indented with spaces, not tabs
Open

    text-align: center;

Line should be indented with spaces, not tabs
Open

    overflow: hidden;

Use // comments everywhere
Open

/* more specificity required here to overide default borders */

Avoid qualifying class selectors with an element.
Open

.ui-tabs .ui-tabs-nav li.ui-tabs-active {

Rule declaration should be followed by an empty line
Open

}

Line should be indented with spaces, not tabs
Open

    background: none;

Color literals like #dddddd should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    border: 1px solid #dddddd;

Merge rule .ui-slider-vertical .ui-slider-range-max with rule on line 658
Open

.ui-slider-vertical .ui-slider-range-max {

Line should be indented with spaces, not tabs
Open

    position: relative;

Line should be indented with spaces, not tabs
Open

    cursor: pointer;

Line should be indented with spaces, not tabs
Open

    display: block;

Color literals like #aaa should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

    box-shadow: 0 0 5px #aaa;

Line should be indented with spaces, not tabs
Open

    border-width: 2px;

Prefer single quoted strings
Open

    background: #eeeeee image-url("jquery/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;

Line should be indented with spaces, not tabs
Open

    border-right: 0;

Rule declaration should be followed by an empty line
Open

}

Merge rule .ui-datepicker .ui-datepicker-buttonpane button with rule on line 300
Open

.ui-datepicker .ui-datepicker-buttonpane button {

Avoid qualifying class selectors with an element.
Open

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
Severity
Category
Status
Source
Language