NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

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

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}

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

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

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

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }

Standard property 'transform-origin' should come after vendor-prefixed property '-webkit-transform-origin'.
Open

    -webkit-transform-origin: 9px 9px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

    box-sizing: border-box;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

Values of 0 shouldn't have units specified.
Open

    motion-offset: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Don't use IDs in selectors.
Open

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}

Values of 0 shouldn't have units specified.
Open

    -webkit-border-horizontal-spacing: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Background image 'colorbox/controls.png' was used multiple times, first declared at line 554, col 43.
Open

    #cboxMiddleRight{width:14px; background:url(colorbox/controls.png) repeat-y -211px 0;}

The property -ms-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

    -webkit-box-orient: horizontal;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-mask-position: 0% 0%;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    r: 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    border-radius: 0px 0px 0px 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-border-before: 0px none rgb(72, 72, 72);
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-transform-origin: 0px 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Outlines should only be modified using :focus.
Open

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

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

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

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

.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
Severity
Category
Status
Source
Language