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

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

Issue 85333005: Update reference builds to Chrome 32.0.1700.19 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 1 month 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 | « chrome_linux/resources/inspector/filter.css ('k') | chrome_linux/resources/inspector/helpScreen.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/flameChart.css
===================================================================
--- chrome_linux/resources/inspector/flameChart.css (revision 237140)
+++ chrome_linux/resources/inspector/flameChart.css (working copy)
@@ -29,3 +29,15 @@
right: 0;
bottom: 0;
}
+
+.chart-container .entry-info {
+ position: absolute;
+ left: 10px;
+ top: 25px;
+ background-color: rgba(255, 255, 255, 0.8);
+ pointer-events: none;
+}
+
+.chart-container .entry-info .title {
+ font-weight: bold;
+}
« no previous file with comments | « chrome_linux/resources/inspector/filter.css ('k') | chrome_linux/resources/inspector/helpScreen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698