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

Unified Diff: chrome_linux64/resources/inspector/auditsPanel.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 8 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
Index: chrome_linux64/resources/inspector/auditsPanel.css
===================================================================
--- chrome_linux64/resources/inspector/auditsPanel.css (revision 197568)
+++ chrome_linux64/resources/inspector/auditsPanel.css (working copy)
@@ -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;
}
« no previous file with comments | « chrome_linux64/resources/inspector/TimelinePanel.js ('k') | chrome_linux64/resources/inspector/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698