Title: [105071] trunk/Source/WebCore
- Revision
- 105071
- Author
- [email protected]
- Date
- 2012-01-16 09:31:36 -0800 (Mon, 16 Jan 2012)
Log Message
Web Inspector: timeline record bars may overlap with the records column
https://bugs.webkit.org/show_bug.cgi?id=76387
Reviewed by Yury Semikhatsky.
* inspector/front-end/timelinePanel.css:
(#timeline-container .split-view-sidebar-left):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (105070 => 105071)
--- trunk/Source/WebCore/ChangeLog 2012-01-16 17:24:28 UTC (rev 105070)
+++ trunk/Source/WebCore/ChangeLog 2012-01-16 17:31:36 UTC (rev 105071)
@@ -1,3 +1,13 @@
+2012-01-16 Pavel Feldman <[email protected]>
+
+ Web Inspector: timeline record bars may overlap with the records column
+ https://bugs.webkit.org/show_bug.cgi?id=76387
+
+ Reviewed by Yury Semikhatsky.
+
+ * inspector/front-end/timelinePanel.css:
+ (#timeline-container .split-view-sidebar-left):
+
2012-01-13 Alexander Pavlov <[email protected]>
Web Inspector: styles sidebar rendering is broken
Modified: trunk/Source/WebCore/inspector/front-end/timelinePanel.css (105070 => 105071)
--- trunk/Source/WebCore/inspector/front-end/timelinePanel.css 2012-01-16 17:24:28 UTC (rev 105070)
+++ trunk/Source/WebCore/inspector/front-end/timelinePanel.css 2012-01-16 17:31:36 UTC (rev 105071)
@@ -151,6 +151,10 @@
overflow-x: hidden;
}
+#timeline-container .split-view-sidebar-left {
+ z-index: 1;
+}
+
.timeline-category-statusbar-item {
height: 24px;
line-height: 24px;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes