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

Unified Diff: chrome_linux64/resources/inspector/resourceView.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/resourceView.css
===================================================================
--- chrome_linux64/resources/inspector/resourceView.css (revision 197568)
+++ chrome_linux64/resources/inspector/resourceView.css (working copy)
@@ -74,7 +74,8 @@
}
.resource-status-image {
- margin-top: -3px;
+ margin-top: -2px;
+ margin-right: 3px;
vertical-align: middle;
}
@@ -107,3 +108,9 @@
white-space: pre;
content: "\A";
}
+
+.script-view-fallback {
+ word-wrap: break-word;
+ -webkit-user-select: text;
+ background-color: inherit;
+}
« no previous file with comments | « chrome_linux64/resources/inspector/profilesPanel.css ('k') | chrome_linux64/resources/inspector/resourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698