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

Unified Diff: chrome_linux64/resources/inspector/inspectorCommon.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_linux64/resources/inspector/inspector.js ('k') | chrome_linux64/resources/inspector/layersPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux64/resources/inspector/inspectorCommon.css
===================================================================
--- chrome_linux64/resources/inspector/inspectorCommon.css (revision 237140)
+++ chrome_linux64/resources/inspector/inspectorCommon.css (working copy)
@@ -80,9 +80,9 @@
position: absolute;
left: 0;
right: 0;
- height: 100%;
top: 0;
z-index: -100;
+ bottom: 0;
}
.resources-event-dividers {
@@ -102,7 +102,6 @@
right: 0;
background-color: rgba(255, 255, 255, 0.8);
background-clip: padding-box;
- border-bottom: 1px solid rgba(0, 0, 0, 0.3);
height: 20px;
z-index: 200;
pointer-events: none;
@@ -152,6 +151,7 @@
bottom: 0;
background-color: rgba(125, 173, 217, 0.5);
z-index: 250;
+ pointer-events: none;
}
.overview-grid-window {
@@ -208,6 +208,10 @@
/* Network timing is shared between popover and network item view pane */
+.network-timing-table td {
+ padding: 0;
+}
+
.network-timing-row {
position: relative;
height: 16px;
« no previous file with comments | « chrome_linux64/resources/inspector/inspector.js ('k') | chrome_linux64/resources/inspector/layersPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698