HansHammel/watchmen

View on GitHub

Showing 1,086 of 1,086 total issues

Adjoining classes: .tooltip.top .tooltip-arrow
Open

.tooltip.top .tooltip-arrow,.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow{bottom:0;border-width:5px 5px 0;border-top-color:#000}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

.visible-sm-inline-block{display:inline-block!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

table.visible-md{display:table!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .tooltip.right .tooltip-arrow
Open

.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .tooltip.bottom-left .tooltip-arrow
Open

.tooltip.bottom .tooltip-arrow,.tooltip.bottom-left .tooltip-arrow,.tooltip.bottom-right .tooltip-arrow{border-width:0 5px 5px;border-bottom-color:#000;top:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;text-align:start;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.popover.left>.arrow:after,.popover.right>.arrow:after{content:" ";bottom:-10px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Expected (<filter-function-list> | none) but found 'alpha(opacity=50)'.</filter-function-list>
Open

.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;background-color:rgba(0,0,0,0)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .tooltip.in
Open

.tooltip.in{opacity:.9;filter:alpha(opacity=90)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Missing vendor-prefixed CSS gradients for Firefox 3.6+, Old Webkit (Safari 4+, Chrome).
Open

.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

.hide{display:none!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.text-hide{font:0/0 a;color:transparent;background-color:transparent;border:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}
Severity: Minor
Found in webserver/public/build/style.css by csslint

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

.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .popover.left > .arrow
Open

.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Use of !important
Open

@media (max-width:767px){.visible-xs{display:block!important}
Severity: Minor
Found in webserver/public/build/style.css by csslint

The property -ms-transform is compatible with -webkit-transform and should be included as well.
Open

.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
Severity: Minor
Found in webserver/public/build/style.css by csslint

Adjoining classes: .tooltip.top-right .tooltip-arrow
Open

.tooltip.top-right .tooltip-arrow{left:5px;margin-bottom:-5px}
Severity: Minor
Found in webserver/public/build/style.css by csslint
Severity
Category
Status
Source
Language