hpi-schuelerklub/workshop-portal

View on GitHub

Showing 208 of 208 total issues

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

#wsp-event-show-banner {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

Don't use IDs in selectors.
Open

#event-date-pickers a.close {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

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

.owl-theme .owl-nav .disabled {

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

.email-templates .list-group-item-text {
Severity: Minor
Found in app/assets/stylesheets/emails.css by csslint

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

.event-date > span {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

Don't use IDs in selectors.
Open

#wsp-event-show-banner {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

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

.owl-theme .owl-dots .owl-dot span{
Severity: Minor
Found in app/assets/stylesheets/requests.css by csslint

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

#applicant_details dt {

Element (ul#eating-habit--list) is overqualified, just use #eating-habit--list without element name.
Open

ul#eating-habit--list {

display:inline has no effect on floated elements (but may be used to fix the IE6 double-margin bug).
Open

float: left;

Heading (h3) should not be qualified.
Open

.event-preview h3 {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

Attribute selectors with *= are slow!
Open

.owl-theme .owl-nav [class*='owl-'] {

Unqualified attribute selectors are known to be slow.
Open

.owl-theme .owl-nav [class*='owl-']:hover {

Rule is empty.
Open

.event-date-picker-start, .event-date-picker-end {
Severity: Minor
Found in app/assets/stylesheets/events.css by csslint

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

.owl-theme .owl-controls{
Severity: Minor
Found in app/assets/stylesheets/requests.css by csslint

Duplicate property '*display' found.
Open

*display:inline
Severity: Minor
Found in app/assets/stylesheets/requests.css by csslint

Don't use IDs in selectors.
Open

#error_explanation ul li {
Severity: Minor
Found in app/assets/stylesheets/scaffold.css by csslint

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

-moz-transform: rotate(10deg);

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

.dropdown-colorselector>.dropdown-menu>li>.color-btn {

Adjoining classes: .dropdown-colorselector > .dropdown-menu > li > .color-btn.selected:after
Open

.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
Severity
Category
Status
Source
Language