| Index: Source/devtools/front_end/auditsPanel.css
|
| diff --git a/Source/devtools/front_end/auditsPanel.css b/Source/devtools/front_end/auditsPanel.css
|
| index 83889a6e2998e354130c0dfe5985a48778bfa071..a25421b7cef5ee864189b3f8f67068b19f27c3d0 100644
|
| --- a/Source/devtools/front_end/auditsPanel.css
|
| +++ b/Source/devtools/front_end/auditsPanel.css
|
| @@ -137,16 +137,37 @@
|
| display: block;
|
| }
|
|
|
| +.audit-result-view .severity-severe,
|
| +.audit-result-view .severity-warning,
|
| +.audit-result-view .severity-info {
|
| + background-image: url(Images/statusbarButtonGlyphs.png);
|
| + background-size: 320px 120px;
|
| + display: inline-block;
|
| + width: 10px;
|
| + height: 10px;
|
| + float: left;
|
| + margin-left: -28px;
|
| + margin-top: 3px;
|
| +}
|
| +
|
| +@media (-webkit-min-device-pixel-ratio: 1.5) {
|
| +.audit-result-view .severity-severe,
|
| +.audit-result-view .severity-warning,
|
| +.audit-result-view .severity-info {
|
| + background-image: url(Images/statusbarButtonGlyphs2x.png);
|
| +}
|
| +}
|
| +
|
| .audit-result-view .severity-severe {
|
| - content: url(Images/errorRedDot.png);
|
| + background-position: -224px -96px;
|
| }
|
|
|
| .audit-result-view .severity-warning {
|
| - content: url(Images/warningOrangeDot.png);
|
| + background-position: -246px -96px;
|
| }
|
|
|
| .audit-result-view .severity-info {
|
| - content: url(Images/successGreenDot.png);
|
| + background-position: -235px -96px;
|
| }
|
|
|
| .audit-result-tree li.parent::before {
|
| @@ -162,7 +183,7 @@
|
| margin-left: 3px;
|
| margin-right: 4px;
|
| position: relative;
|
| - top: 1px;
|
| + top: 2px;
|
| }
|
|
|
| @media (-webkit-min-device-pixel-ratio: 1.5) {
|
| @@ -234,12 +255,6 @@
|
| font-weight: bold;
|
| }
|
|
|
| -.audit-result img {
|
| - float: left;
|
| - margin-left: -28px;
|
| - margin-top: -1px;
|
| -}
|
| -
|
| .audit-launcher-view .progress-bar-container {
|
| display: inline-block;
|
| }
|
|
|