Thera169/thera

View on GitHub
app/assets/stylesheets/chat.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

#receiver-name {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Don't use IDs in selectors.
Open

#receiver-name-survivor {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Don't use IDs in selectors.
Open

#survivor-title {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Use of !important
Open

    resize: none !important;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Don't use IDs in selectors.
Open

#survivor-logout {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

The property -epub-hyphens is compatible with -moz-hyphens and should be included as well.
Open

    -moz-hyphens: auto;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

The property -epub-word-break is compatible with -ms-word-break and should be included as well.
Open

    -ms-word-break: break-all;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    padding: 3px 0pt 3px 3px;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    border: 1px solid #eeeeee;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Expected (visible | hidden | scroll | auto) but found 'none'.
Open

    overflow: none;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    border: 1px solid #eeeeee;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Expected (static | relative | absolute | fixed) but found 'expression("absolute")'.
Open

    position: expression("absolute");
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Expected (normal | keep-all | break-all) but found 'break-word'.
Open

    word-break: break-word;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Rule is empty.
Open

.chatboxtitle {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    padding: 10px;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    border-bottom: 1px solid #eeeeee;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

    padding: 3px 0pt 3px 3px;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Values of 0 shouldn't have units specified.
Open

    padding: 3px 0pt 3px 3px;
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxinput {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

#receiver-name-survivor {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxmessagecontent p {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatbox {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxblink {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxcontent li {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

#survivor-logout {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

Heading (h1) should not be qualified.
Open

.chatboxhead h1 {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxcontent .avatar {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxmessagecontent {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.self .avatar:after {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.self {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

#receiver-name {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.self .chatboxmessagecontent {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxmessagecontent time {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxtextarea {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxoptions a {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxinfo {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

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

.chatboxcontent {
Severity: Minor
Found in app/assets/stylesheets/chat.css by csslint

There are no issues that match your filters.

Category
Status