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
Open
color: #1c94c4;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #ffffff image-url("jquery/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background: #ffe45c image-url("jquery/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #363636
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #363636;
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background: #b81900 image-url("jquery/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
opacity: .35;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
filter:Alpha(Opacity=35);
- Create a ticketCreate a ticket
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Create a ticketCreate a ticket
- Exclude checks
Use //
comments everywhere Open
Open
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
border-bottom-right-radius: 4px;
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background: #666666 image-url("jquery/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
- Create a ticketCreate a ticket
- Exclude checks
Name of function Alpha
should be written in all lowercase letters with hyphens instead of underscores Open
Open
filter: Alpha(Opacity=50);
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #000000 image-url("jquery/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
0.85
should be written without a leading zero as .85
Open
Open
$font-size-small: ceil($font-size-base * 0.85);
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
padding: 0;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered border-bottom, border-right, border-top Open
Open
border-top: none;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: absolute;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
- Create a ticketCreate a ticket
- Exclude checks
Use //
comments everywhere Open
Open
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
- Create a ticketCreate a ticket
- Exclude checks