HansHammel/watchmen

View on GitHub

Showing 1,086 of 1,086 total issues

Outlines should only be modified using :focus.
Open

a:active,a:hover{outline:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Heading (h1) has already been defined.
Open

.h1,h1{font-size:36px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Missing standard property 'box-sizing' to go along with '-webkit-box-sizing'.
Open

*,:after,:before,input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

caption{padding-top:8px;padding-bottom:8px;color:#777}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

*,:after,:before{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

.table-bordered td,.table-bordered th{border:1px solid #ddd!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .ng-table th.sortable.sort-desc .sort-indicator:after
Open

.ng-table th.sortable.sort-desc .sort-indicator:after{visibility:visible;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

*,:after,:before,input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .btn.active
Open

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-warning.active,.btn-warning:active,.btn.active,.btn:active,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover,.form-control,.navbar-toggle,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-warning{background-image:none}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .ng-table th.sortable.sort-desc .sort-indicator:after
Open

.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-desc .sort-indicator:after{margin-top:-2px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after{visibility:visible;filter:alpha(opacity=60);-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700;content:attr(data-title-text)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Unqualified attribute selectors are known to be slow.
Open

[hidden],template{display:none}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint
Severity
Category
Status
Source
Language