crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

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

    color: #1c94c4;

Line should be indented with spaces, not tabs
Open

    background: #ffffff image-url("jquery/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;

Prefer single quoted strings
Open

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

Rule declaration should be followed by an empty line
Open

}

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

    color: #363636;

Prefer single quoted strings
Open

    background: #b81900 image-url("jquery/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;

Line should be indented with spaces, not tabs
Open

    opacity: .35;

Line should be indented with spaces, not tabs
Open

    filter:Alpha(Opacity=35);

Rule declaration should be followed by an empty line
Open

}

Use // comments everywhere
Open

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

Line should be indented with spaces, not tabs
Open

    border-bottom-right-radius: 4px;

Prefer single quoted strings
Open

    background: #666666 image-url("jquery/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;

Name of function Alpha should be written in all lowercase letters with hyphens instead of underscores
Open

    filter: Alpha(Opacity=50);

Line should be indented with spaces, not tabs
Open

    background: #000000 image-url("jquery/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;

0.85 should be written without a leading zero as .85
Open

$font-size-small: ceil($font-size-base * 0.85);

Line should be indented with spaces, not tabs
Open

    padding: 0;

Properties should be ordered border-bottom, border-right, border-top
Open

    border-top: none;

Line should be indented with spaces, not tabs
Open

    position: absolute;

Line should be indented with spaces, not tabs
Open

    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */

Use // comments everywhere
Open

    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
Severity
Category
Status
Source
Language