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

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

Issue 310483004: Roll reference builds to 35.0.1916.114. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 6 years, 7 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_linux/resources/inspector/auditsPanel.css
===================================================================
--- chrome_linux/resources/inspector/auditsPanel.css (revision 273864)
+++ chrome_linux/resources/inspector/auditsPanel.css (working copy)
@@ -85,13 +85,14 @@
.audit-launcher-view button:active {
background-color: rgb(215, 215, 215);
- background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(194, 194, 194)), to(rgb(239, 239, 239)));
+ background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
}
.panel-enabler-view.audit-launcher-view label {
padding: 0 0 5px 0;
margin: 0;
- -webkit-flex: none;
+ display: flex;
+ flex-shrink: 0;
}
.panel-enabler-view.audit-launcher-view label.disabled {
@@ -100,6 +101,8 @@
.audit-launcher-view input[type="checkbox"] {
margin-left: 0;
+ height: 14px;
+ width: 14px;
}
.audit-result-view {
@@ -123,9 +126,10 @@
background-size: 320px 144px;
display: inline-block;
width: 10px;
+ margin-right: -10px;
height: 10px;
- float: left;
- margin-left: -28px;
+ position: relative;
+ left: -28px;
margin-top: 3px;
}
@@ -133,7 +137,7 @@
.audit-result-view .severity-severe,
.audit-result-view .severity-warning,
.audit-result-view .severity-info {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
+ background-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
@@ -167,7 +171,7 @@
@media (-webkit-min-device-pixel-ratio: 1.5) {
.audit-result-tree li.parent::before {
- background-image: url(Images/statusbarButtonGlyphs2x.png);
+ background-image: url(Images/statusbarButtonGlyphs_2x.png);
}
} /* media */
« no previous file with comments | « chrome_linux/resources/inspector/TimelinePanel.js ('k') | chrome_linux/resources/inspector/breakpointsList.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698