trailofbits/tubertc

View on GitHub
public/css/chat.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#chatTextEntry {
Severity: Minor
Found in public/css/chat.css by csslint

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

    padding: 5px 5px;
Severity: Minor
Found in public/css/chat.css by csslint

Values of 0 shouldn't have units specified.
Open

    border: 0px;
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatInternal {
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatControlPane input {
Severity: Minor
Found in public/css/chat.css by csslint

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

#chatTextEntry {
Severity: Minor
Found in public/css/chat.css by csslint

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

.tooltip:hover:after{
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatInternal ul {
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatInternal p {
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatNotification {
Severity: Minor
Found in public/css/chat.css by csslint

Outlines should only be modified using :focus.
Open

#chatTextEntry {
Severity: Minor
Found in public/css/chat.css by csslint

Heading (h1) should not be qualified.
Open

.chatInternal h1 {
Severity: Minor
Found in public/css/chat.css by csslint

Heading (h2) should not be qualified.
Open

.chatInternal h2 {
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatHistoryPane {
Severity: Minor
Found in public/css/chat.css by csslint

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

.chatMessageHeader {
Severity: Minor
Found in public/css/chat.css by csslint

There are no issues that match your filters.

Category
Status