NMandapaty/ArcticVoice

View on GitHub

Showing 22,124 of 22,124 total issues

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; }

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

.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

Don't use IDs in selectors.
Open

#cboxOverlay{position:fixed; width:100%; height:100%;}

Don't use IDs in selectors.
Open

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

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

        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}

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

#map-canvas {
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Element (img.left) is overqualified, just use .left without element name.
Open

p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}

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

input.text, input.title {width:300px;padding:5px;}

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

    #cboxTopRight{width:14px; height:14px; background:url(colorbox/controls.png) no-repeat -36px 0;}

Values of 0 shouldn't have units specified.
Open

    margin-top: 0px;
Severity: Minor
Found in app/assets/stylesheets/styles.css by csslint

Heading (h5) has already been defined.
Open

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}

Element (input.checkbox) is overqualified, just use .checkbox without element name.
Open

input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}

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

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }

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; }

Don't use IDs in selectors.
Open

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

Don't use IDs in selectors.
Open

#cboxMiddleLeft, #cboxBottomLeft{clear:left;}

Don't use IDs in selectors.
Open

#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

Don't use IDs in selectors.
Open

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

Don't use IDs in selectors.
Open

    #cboxTopCenter{height:14px; background:url(colorbox/border.png) repeat-x top left;}

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

        #cboxError{padding:50px; border:1px solid #ccc;}
Severity
Category
Status
Source
Language