doubledutch/dd-vote

View on GitHub
static/css/styles.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#error-message {
Severity: Minor
Found in static/css/styles.css by csslint

Don't use IDs in selectors.
Open

#groups-form-control {
Severity: Minor
Found in static/css/styles.css by csslint

Don't use IDs in selectors.
Open

#list-snacks {
Severity: Minor
Found in static/css/styles.css by csslint

Use of !important
Open

    padding-left: 0px !important;
Severity: Minor
Found in static/css/styles.css by csslint

Don't use IDs in selectors.
Open

#new-data-toast {
Severity: Minor
Found in static/css/styles.css by csslint

Don't use IDs in selectors.
Open

#auto-refresh-toggle {
Severity: Minor
Found in static/css/styles.css by csslint

Use of !important
Open

    padding-right: 0px !important;
Severity: Minor
Found in static/css/styles.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 0px solid #FFFFFF; border-radius: 30px;
Severity: Minor
Found in static/css/styles.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 20px solid transparent;
Severity: Minor
Found in static/css/styles.css by csslint

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

    padding: 1px 1px 1px 8px;
Severity: Minor
Found in static/css/styles.css by csslint

Rule is empty.
Open

.arrow-value {
Severity: Minor
Found in static/css/styles.css by csslint

Using height with border can sometimes make elements larger than you expect.
Open

    border: 1px solid #aaa;
Severity: Minor
Found in static/css/styles.css by csslint

Using width with border-right can sometimes make elements larger than you expect.
Open

    border-right: 20px solid transparent;
Severity: Minor
Found in static/css/styles.css by csslint

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

    padding:10px;
Severity: Minor
Found in static/css/styles.css by csslint

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 20px solid transparent;
Severity: Minor
Found in static/css/styles.css by csslint

Using width with border-left can sometimes make elements larger than you expect.
Open

    border-left: 20px solid transparent;
Severity: Minor
Found in static/css/styles.css by csslint

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

    -webkit-transform: translate(-50%, -50%);
Severity: Minor
Found in static/css/styles.css by csslint

Adjoining classes: .arrow-up.selected
Open

.arrow-up.selected {
Severity: Minor
Found in static/css/styles.css by csslint

Adjoining classes: .arrow-down.selected
Open

.arrow-down.selected {
Severity: Minor
Found in static/css/styles.css by csslint

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

    -webkit-transform: translate(-50%, -50%);
Severity: Minor
Found in static/css/styles.css by csslint

Fallback background-color (hex or RGB) should precede RGBA background-color.
Open

    background-color: rgba(192,192,192,0.1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px solid #FFFFFF; border-radius: 30px;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0 6px 12px 0px #757575;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-bottom: 0px;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-left: 0px !important;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding-right: 0px !important;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    right: 0px;
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

Values of 0 shouldn't have units specified.
Open

    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
Severity: Minor
Found in static/css/styles.css by csslint

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

.snack-list-item-text-container {
Severity: Minor
Found in static/css/styles.css by csslint

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

.footer {
Severity: Minor
Found in static/css/styles.css by csslint

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

.onoffswitch-label {
Severity: Minor
Found in static/css/styles.css by csslint

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

ul {
Severity: Minor
Found in static/css/styles.css by csslint

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

.onoffswitch {
Severity: Minor
Found in static/css/styles.css by csslint

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

.exit-button {
Severity: Minor
Found in static/css/styles.css by csslint

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

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
Severity: Minor
Found in static/css/styles.css by csslint

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

body {
Severity: Minor
Found in static/css/styles.css by csslint

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

.welcome {
Severity: Minor
Found in static/css/styles.css by csslint

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

.timestamp {
Severity: Minor
Found in static/css/styles.css by csslint

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

#new-data-toast {
Severity: Minor
Found in static/css/styles.css by csslint

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

    .comment-input-group {
Severity: Minor
Found in static/css/styles.css by csslint

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

    .comments {
Severity: Minor
Found in static/css/styles.css by csslint

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

    .comments {
Severity: Minor
Found in static/css/styles.css by csslint

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

.add-new-form input, .add-new-form textarea {
Severity: Minor
Found in static/css/styles.css by csslint

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

#auto-refresh-toggle {
Severity: Minor
Found in static/css/styles.css by csslint

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

.snack-list-item {
Severity: Minor
Found in static/css/styles.css by csslint

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

.present-text {
Severity: Minor
Found in static/css/styles.css by csslint

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

    .comment-input-group {
Severity: Minor
Found in static/css/styles.css by csslint

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

.arrow-up {
Severity: Minor
Found in static/css/styles.css by csslint

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

.arrow-down {
Severity: Minor
Found in static/css/styles.css by csslint

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

.onoffswitch-label:before {
Severity: Minor
Found in static/css/styles.css by csslint

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

.username {
Severity: Minor
Found in static/css/styles.css by csslint

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

.tab-button {
Severity: Minor
Found in static/css/styles.css by csslint

There are no issues that match your filters.

Category
Status