JonSn0w/Hyde

View on GitHub
assets/css/notification.css

Summary

Maintainability
Test Coverage

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

  -webkit-box-orient: vertical;
Severity: Minor
Found in assets/css/notification.css by csslint

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

  -webkit-box-orient: vertical;
Severity: Minor
Found in assets/css/notification.css by csslint

Adjoining classes: .alert .alert-message.expand
Open

.alert .alert-message.expand {
Severity: Minor
Found in assets/css/notification.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 1px;
Severity: Minor
Found in assets/css/notification.css by csslint

Using width with padding can sometimes make elements larger than you expect.
Open

  padding: 3.5px 0 1.5px 8px;
Severity: Minor
Found in assets/css/notification.css by csslint

float can't be used with display: table-cell.
Open

  float: left !important;
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .alert-message {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .alert-title {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .close {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert span::before {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert span {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .alert-sidebar {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert span:nth-child(2) {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .alert-sidebar .alert-icon {
Severity: Minor
Found in assets/css/notification.css by csslint

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

.alert .close:hover {
Severity: Minor
Found in assets/css/notification.css by csslint

There are no issues that match your filters.

Category
Status