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

Unified Diff: chrome_linux64/resources/inspector/networkLogView.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/networkLogView.css
===================================================================
--- chrome_linux64/resources/inspector/networkLogView.css (revision 197568)
+++ chrome_linux64/resources/inspector/networkLogView.css (working copy)
@@ -461,7 +461,7 @@
/* Filters */
-.network-log-grid.data-grid table.data tr.revealed.network-item {
+.network-log-grid.data-grid table.data tr.revealed.network-item.filtered-out {
display: none;
}
@@ -490,9 +490,8 @@
text-overflow : ellipsis;
}
-.network-log-grid.data-grid .network-summary-bar img {
- vertical-align: middle;
- padding-right: 8px;
+.network-log-grid.data-grid .network-summary-bar .warning-icon-small {
+ margin-right: 8px;
}
#network-container {
« no previous file with comments | « chrome_linux64/resources/inspector/navigatorView.css ('k') | chrome_linux64/resources/inspector/networkPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698