crcastle/collaborative-code-conference

View on GitHub
src/client/index.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#local-media {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#code-options {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#local-media, #local-media video {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#local-media, #local-media video {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#logo {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#conf {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#local-media video, #remote-media video {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#local-media video, #remote-media video {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#editor-connection-status {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

.size-control.smaller, #create-gist {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#remote-media-wrapper {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#remote-media {
Severity: Minor
Found in src/client/index.css by csslint

Don't use IDs in selectors.
Open

#remote-media-wrapper button {
Severity: Minor
Found in src/client/index.css by csslint

Adjoining classes: .size-control.smaller
Open

.size-control.smaller, #create-gist {
Severity: Minor
Found in src/client/index.css by csslint

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

  background-color: rgba(20, 20, 20, 0.7);
Severity: Minor
Found in src/client/index.css by csslint

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

  background-color: rgba(20, 20, 20, 0.7);
Severity: Minor
Found in src/client/index.css by csslint

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

#remote-media-wrapper {
Severity: Minor
Found in src/client/index.css by csslint

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

#editor-connection-status {
Severity: Minor
Found in src/client/index.css by csslint

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

#code-options {
Severity: Minor
Found in src/client/index.css by csslint

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

#remote-media {
Severity: Minor
Found in src/client/index.css by csslint

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

#local-media video, #remote-media video {
Severity: Minor
Found in src/client/index.css by csslint

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

#conf {
Severity: Minor
Found in src/client/index.css by csslint

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

#local-media {
Severity: Minor
Found in src/client/index.css by csslint

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

.popover .close { position: absolute; top: 7px; right: 10px; }
Severity: Minor
Found in src/client/index.css by csslint

There are no issues that match your filters.

Category
Status