Gandi/hieraviz

View on GitHub
app/public/css/main.css

Summary

Maintainability
Test Coverage

Don't use IDs in selectors.
Open

.meat .hierarchy .updateinfo button#updateinfo {
Severity: Minor
Found in app/public/css/main.css by csslint

Don't use IDs in selectors.
Open

.head .auth a#login {
Severity: Minor
Found in app/public/css/main.css by csslint

The box-sizing property isn't supported in IE6 and IE7.
Open

  box-sizing: border-box;
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.farms .node:hover
Open

.meat.farms .node:hover {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.wait
Open

.meat.wait {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.farms .node
Open

.meat.farms .node {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.wait:after
Open

.meat.wait:after {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat .row.overriden
Open

.meat .row.overriden {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.text
Open

.meat.text {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .meat.wait:after
Open

.meat.wait:after {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .flash.info
Open

.flash.info {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .head .base .all.focus
Open

.head .base .all.focus {
Severity: Minor
Found in app/public/css/main.css by csslint

Adjoining classes: .flash.fatal
Open

.flash.fatal {
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: right;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: .2em .5em;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: 1em;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: .1em 1em;
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: .1em 1em;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  border: 2px solid #999;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: 1em;
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: right;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding-bottom: 3.8em;
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in app/public/css/main.css by csslint

Expected (<font-weight>) but found '.8em'.</font-weight>
Open

  font-weight: .8em;
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: left;
Severity: Minor
Found in app/public/css/main.css by csslint

Duplicate property 'border-radius' found.
Open

  border-radius: .2em;
Severity: Minor
Found in app/public/css/main.css by csslint

float can't be used with display: inline-block.
Open

  float: right;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: .2em .5em;
Severity: Minor
Found in app/public/css/main.css by csslint

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

  padding: .1em 1em;
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Element (a#login) is overqualified, just use #login without element name.
Open

.head .auth a#login {
Severity: Minor
Found in app/public/css/main.css by csslint

The universal selector (*) is known to be slow.
Open

* {
Severity: Minor
Found in app/public/css/main.css by csslint

Element (li.none) is overqualified, just use .none without element name.
Open

.side ul li.none {
Severity: Minor
Found in app/public/css/main.css by csslint

Element (button#updateinfo) is overqualified, just use #updateinfo without element name.
Open

.meat .hierarchy .updateinfo button#updateinfo {
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0em;
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -moz-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.3);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 0px 3px rgba(34,168,230,1);
Severity: Minor
Found in app/public/css/main.css by csslint

Values of 0 shouldn't have units specified.
Open

  -webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0.7);
Severity: Minor
Found in app/public/css/main.css by csslint

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

.side ul li {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .paramfilter input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .nodeinfo input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .factinfo .label i {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .rows {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .factinfo input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .nodefiles {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.foot {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .nav, .head .nav .base {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .all .filter input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat h3 {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .nav a {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.side ul {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .row .value {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .updateinfo button#updateinfo {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .info {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .nodenav {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .updateinfo button {
Severity: Minor
Found in app/public/css/main.css by csslint

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

input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .auth a.link {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .row.overriden {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .all {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.side .filter {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .all .select {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .hierarchy .hierafiles {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.foot .debug {
Severity: Minor
Found in app/public/css/main.css by csslint

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

body {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .all .select:hover {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .auth .username .link {
Severity: Minor
Found in app/public/css/main.css by csslint

Heading (h3) should not be qualified.
Open

.meat h3 {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .paramfilter {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .all .filter {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.content {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.side .filter input {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .nodenav span {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .filter {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .base .current {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.side {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat .row .paramfile {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .title a {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.flash {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.head .auth {
Severity: Minor
Found in app/public/css/main.css by csslint

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

.meat.wait:after {
Severity: Minor
Found in app/public/css/main.css by csslint

There are no issues that match your filters.

Category
Status