Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / profilesPanel.css
index d6400c8..185ef15 100644 (file)
     background-color: rgba(0, 0, 0, 0.1);
 }
 
+.profile-view .data-grid td.numeric-column {
+    text-align: right;
+}
+
+.profile-view .data-grid div.profile-multiple-values {
+    float: right;
+}
+
+.profile-view .data-grid span.percent-column {
+    color: #999;
+    width: 48px;
+    display: inline-block;
+}
+
+.profile-view .data-grid tr.selected span {
+    color: inherit;
+}
+
 .profiles.panel .status-bar {
     border-bottom: 1px solid rgb(202, 202, 202);
     border-top: none;
     flex: auto;
 }
 
-.cpu-profile-view .data-grid th.average-column {
-    text-align: center;
-}
-
-.cpu-profile-view .data-grid td.average-column {
-    text-align: right;
-}
-
 .cpu-profile-view .data-grid th.self-column {
     text-align: center;
 }
 
-.cpu-profile-view .data-grid td.self-column {
-    text-align: right;
-}
-
 .cpu-profile-view .data-grid th.total-column {
     text-align: center;
 }
 
-.cpu-profile-view .data-grid td.total-column {
-    text-align: right;
-}
-
-.cpu-profile-view .data-grid .calls-column {
-    text-align: center;
-}
-
 .profile-node-file {
     float: right;
     color: gray;
     color: white;
 }
 
-.percent-time-status-bar-item .glyph {
-    -webkit-mask-position: -192px -24px;
-}
-
 .focus-profile-node-status-bar-item .glyph {
     -webkit-mask-position: -96px 0;
 }
     -webkit-mask-position: 0 0;
 }
 
-.garbage-collect-status-bar-item .glyph {
-    -webkit-mask-position: -128px -24px;
-}
-
 .profile-launcher-view-content {
     padding: 0 16px;
     text-align: left;