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

Unified Diff: chrome_linux64/resources/inspector/timelinePanel.css

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 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
« no previous file with comments | « chrome_linux64/resources/inspector/textEditor.css ('k') | chrome_mac/Chromium.app/Contents/Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux64/resources/inspector/timelinePanel.css
===================================================================
--- chrome_linux64/resources/inspector/timelinePanel.css (revision 221742)
+++ chrome_linux64/resources/inspector/timelinePanel.css (working copy)
@@ -49,11 +49,6 @@
top: 20px;
}
-.timeline-sidebar-background {
- top: 90px;
- bottom: 0;
-}
-
#timeline-overview-separator {
position: absolute;
top: 80px;
@@ -68,9 +63,9 @@
#timeline-overview-sidebar {
position: absolute;
width: 200px;
- top: 0px;
- bottom: 0px;
- left: 0px;
+ top: 0;
+ bottom: 0;
+ left: 0;
padding-top: 2px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(242, 242, 242)), to(rgb(209, 209, 209)));
border-right: 1px solid rgb(163, 163, 163);
@@ -89,11 +84,11 @@
}
.timeline-frame-overview .overview-grid-window {
- bottom: 0;
+ height: 80px;
}
.timeline-frame-overview .overview-grid-dividers-background {
- bottom: 0;
+ height: 80px;
}
#timeline-overview-grid #resources-graphs {
@@ -182,7 +177,7 @@
.timeline-category-checkbox-checked {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-tree-item {
height: 18px;
@@ -225,7 +220,7 @@
.timeline-expandable-arrow {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-expandable-collapsed .timeline-expandable-arrow {
background-position: -4px -96px;
@@ -280,7 +275,7 @@
.timeline-tree-item.child-warning::after {
background-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-tree-item.child-warning::after {
opacity: 0.5;
@@ -327,7 +322,7 @@
height: 18px;
padding: 0 5px;
white-space: nowrap;
- margin-top: 0px;
+ margin-top: 0;
border-top: 1px solid transparent;
overflow: hidden;
pointer-events: none;
@@ -357,7 +352,7 @@
.timeline-graph-bar.with-children {
opacity: 0.25;
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.timeline-graph-bar.cpu {
@@ -385,7 +380,7 @@
}
.popover .timeline-aggregated-category.timeline-loading {
- margin-left: 0px;
+ margin-left: 0;
}
.garbage-collect-status-bar-item .glyph {
@@ -481,7 +476,7 @@
#timeline-overview-sidebar .icon {
-webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
}
-}
+} /* media */
.timeline-overview-sidebar-events .icon {
-webkit-mask-position: -192px -48px;
« no previous file with comments | « chrome_linux64/resources/inspector/textEditor.css ('k') | chrome_mac/Chromium.app/Contents/Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698