| Index: resources/inspector/audits.css
|
| ===================================================================
|
| --- resources/inspector/audits.css (revision 51185)
|
| +++ resources/inspector/audits.css (working copy)
|
| @@ -46,10 +46,6 @@
|
| overflow: auto;
|
| }
|
|
|
| -button.clear-audit-results-status-bar-item .glyph {
|
| - -webkit-mask-image: url(Images/clearConsoleButtonGlyph.png);
|
| -}
|
| -
|
| .audit-launcher-view {
|
| z-index: 1000;
|
| position: absolute;
|
| @@ -76,6 +72,8 @@
|
| bottom: 0;
|
| padding: 0 0 0 16px;
|
| white-space: nowrap;
|
| + display: -webkit-box;
|
| + -webkit-box-orient: vertical;
|
| }
|
|
|
| .audit-launcher-view h1 {
|
| @@ -94,11 +92,14 @@
|
| }
|
|
|
| .audit-launcher-view div.button-container {
|
| - position: absolute;
|
| + display: -webkit-box;
|
| + -webkit-box-orient: vertical;
|
| width: 100%;
|
| - bottom: 16px;
|
| - padding-top: 16px;
|
| + padding: 16px 0;
|
| }
|
| +.audit-launcher-view .flexible-space {
|
| + -webkit-box-flex: 1;
|
| +}
|
|
|
| .audit-launcher-view div.audit-categories-container {
|
| position: relative;
|
| @@ -173,6 +174,12 @@
|
| -webkit-gradient(linear, left top, left bottom, from(rgb(252, 252, 252)), to(rgb(223, 223, 223)));
|
| }
|
|
|
| +.audit-launcher-view .resource-progress > img {
|
| + content: url(Images/spinner.gif);
|
| + vertical-align: text-top;
|
| + margin: 0 4px 0 8px;
|
| +}
|
| +
|
| .audit-result-view {
|
| overflow: auto;
|
| position: absolute;
|
| @@ -211,6 +218,7 @@
|
| .audit-result-tree {
|
| font-size: 11px;
|
| line-height: 14px;
|
| + -webkit-user-select: text;
|
| }
|
|
|
| .audit-result-tree > ol {
|
|
|