summaryrefslogtreecommitdiff
path: root/Source/WebCore/inspector/front-end/timelinePanel.css
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-07-18 13:59:13 +0200
committerSimon Hausmann <simon.hausmann@nokia.com>2012-07-18 13:59:28 +0200
commit4d6084feccab99c0a7b3ecef26bb49c41dd50201 (patch)
treefd1195897f551eee6d5a15d07ff5733b15aa2a5c /Source/WebCore/inspector/front-end/timelinePanel.css
parentae901828d4689ab9e89113f6b6ea8042b37a9fda (diff)
downloadqtwebkit-4d6084feccab99c0a7b3ecef26bb49c41dd50201.tar.gz
Imported WebKit commit ff52235a78888e5cb8e286a828a8698042200e67 (http://svn.webkit.org/repository/webkit/trunk@122948)
New snapshot that should fix the rendering issues recently introduced
Diffstat (limited to 'Source/WebCore/inspector/front-end/timelinePanel.css')
-rw-r--r--Source/WebCore/inspector/front-end/timelinePanel.css27
1 files changed, 22 insertions, 5 deletions
diff --git a/Source/WebCore/inspector/front-end/timelinePanel.css b/Source/WebCore/inspector/front-end/timelinePanel.css
index 70965bef2..ed80781a9 100644
--- a/Source/WebCore/inspector/front-end/timelinePanel.css
+++ b/Source/WebCore/inspector/front-end/timelinePanel.css
@@ -595,11 +595,6 @@
border-color: transparent;
}
-.timeline.timeline-frame-overview .resources-divider {
- height: 19px;
- bottom: auto;
-}
-
.timeline .resources-event-divider.timeline-frame-divider {
background-color: rgba(180, 180, 180, 0.8);
border-style: none;
@@ -638,3 +633,25 @@
bottom: 0;
pointer-events: none;
}
+
+.timeline-cpu-bars {
+ position: absolute;
+ top: 19px;
+ height: 18px;
+ z-index: 350;
+ width: 100%;
+ overflow: hidden;
+}
+
+.timeline-cpu-bars-label {
+ font-weight: bold;
+ font-family: monospace;
+ font-size: 9px;
+ line-height: 7px;
+ position: absolute;
+ top: 5px;
+ left: 4px;
+ color: rgb(51, 51, 51);
+ background-color: rgba(255, 255, 255, 0.75);
+ z-index: 350;
+}