Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: resources/inspector/audits.css

Issue 2824040: Updating the Chrome reference build to revision 51178. This revision will cur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « resources/inspector/Images/statusbarMenuButtonChromium.png ('k') | resources/inspector/devtools.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « resources/inspector/Images/statusbarMenuButtonChromium.png ('k') | resources/inspector/devtools.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698