crowbar/crowbar-core

View on GitHub

Showing 6,062 of 6,062 total issues

Color #eeeeee should be written as #eee
Open

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

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

    color: #c77405;

Properties should be ordered background, border, color, font-weight
Open

    border: 1px solid #fbd850;

Opacity=35 should be written with a single space on each side of the operator: Opacity = 35
Open

    filter:Alpha(Opacity=35); /* For IE8 - See #6059 */

Prefer single quoted strings
Open

    background-image: image-url("jquery/ui/ui-icons_228ef1_256x240.png");

Use // comments everywhere
Open

/* Corner radius */

Merge rule .ui-widget-overlay with rule on line 82
Open

.ui-widget-overlay {

Line should be indented with spaces, not tabs
Open

    margin: -5px 0 0 -5px;

Commas in function arguments should be followed by one space
Open

$popover-arrow-outer-color: rgba(0,0,0,.25);

Commas in function arguments should be followed by one space
Open

$modal-content-border-color: rgba(0,0,0,.2);

Commas in function arguments should be followed by one space
Open

$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);

Line should be indented with spaces, not tabs
Open

    margin: 0;

Line should be indented with spaces, not tabs
Open

    top: 0;

Properties should be ordered padding, position
Open

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

Line should be indented with spaces, not tabs
Open

    float: left;

Selector should have depth of applicability no greater than 3, but was 4
Open

.ui-tabs .ui-tabs-nav li a {

Merge rule .ui-tabs .ui-tabs-nav li.ui-tabs-active with rule on line 732
Open

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

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

    border: 1px solid #e78f08;

Line should be indented with spaces, not tabs
Open

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

Line should be indented with spaces, not tabs
Open

    font-weight: bold;
Severity
Category
Status
Source
Language