| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> | 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> |
| 4 * | 4 * |
| 5 * Redistribution and use in source and binary forms, with or without | 5 * Redistribution and use in source and binary forms, with or without |
| 6 * modification, are permitted provided that the following conditions | 6 * modification, are permitted provided that the following conditions |
| 7 * are met: | 7 * are met: |
| 8 * | 8 * |
| 9 * 1. Redistributions of source code must retain the above copyright | 9 * 1. Redistributions of source code must retain the above copyright |
| 10 * notice, this list of conditions and the following disclaimer. | 10 * notice, this list of conditions and the following disclaimer. |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 23 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | 24 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | 25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 28 */ | 28 */ |
| 29 | 29 |
| 30 /* Profiler Style */ | 30 /* Profiler Style */ |
| 31 | 31 |
| 32 #profile-views { | 32 #profile-views { |
| 33 position: absolute; | 33 flex: auto; |
| 34 top: 0; | 34 position: relative; |
| 35 right: 0; | |
| 36 left: 0; | |
| 37 bottom: 0; | |
| 38 } | 35 } |
| 39 | 36 |
| 40 .status-bar-items { | 37 .profiles-status-bar { |
| 41 position: absolute; | 38 background-color: rgb(236, 236, 236); |
| 42 top: 0; | 39 flex: 0 0 23px; |
| 43 bottom: 0; | |
| 44 left: 200px; | |
| 45 overflow: hidden; | |
| 46 border-left: 1px solid rgb(184, 184, 184); | |
| 47 margin-left: -1px; | |
| 48 } | 40 } |
| 49 | 41 |
| 50 .profile-launcher-view-tree-item > .icon { | 42 .profile-launcher-view-tree-item > .icon { |
| 51 width: 4px !important; | 43 width: 4px !important; |
| 52 visibility: hidden; | 44 visibility: hidden; |
| 53 } | 45 } |
| 54 | 46 |
| 47 .profiles-sidebar-tree-box { |
| 48 overflow: auto; |
| 49 flex: auto; |
| 50 } |
| 51 |
| 55 .profile-sidebar-tree-item .icon { | 52 .profile-sidebar-tree-item .icon { |
| 56 content: url(Images/profileIcon.png); | 53 content: url(Images/profileIcon.png); |
| 57 } | 54 } |
| 58 | 55 |
| 59 .profile-sidebar-tree-item.small .icon { | 56 .profile-sidebar-tree-item.small .icon { |
| 60 content: url(Images/profileSmallIcon.png); | 57 content: url(Images/profileSmallIcon.png); |
| 61 } | 58 } |
| 62 | 59 |
| 63 .profile-group-sidebar-tree-item .icon { | 60 .profile-group-sidebar-tree-item .icon { |
| 64 content: url(Images/profileGroupIcon.png); | 61 content: url(Images/profileGroupIcon.png); |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 | 110 |
| 114 .profile-node-file { | 111 .profile-node-file { |
| 115 float: right; | 112 float: right; |
| 116 color: gray; | 113 color: gray; |
| 117 margin-top: -1px; | 114 margin-top: -1px; |
| 118 } | 115 } |
| 119 | 116 |
| 120 .profile-warn-marker { | 117 .profile-warn-marker { |
| 121 background-image: url(Images/statusbarButtonGlyphs.png); | 118 background-image: url(Images/statusbarButtonGlyphs.png); |
| 122 background-size: 320px 120px; | 119 background-size: 320px 120px; |
| 123 background-position: -201px -103px; | 120 background-position: -201px -105px; |
| 124 padding-left: 14px; | 121 padding-left: 14px; |
| 122 width: 10px; |
| 123 height: 10px; |
| 124 vertical-align: -1px; |
| 125 } | 125 } |
| 126 | 126 |
| 127 .data-grid tr.selected .profile-node-file { | 127 .data-grid tr.selected .profile-node-file { |
| 128 color: rgb(33%, 33%, 33%); | 128 color: rgb(33%, 33%, 33%); |
| 129 } | 129 } |
| 130 | 130 |
| 131 .data-grid:focus tr.selected .profile-node-file { | 131 .data-grid:focus tr.selected .profile-node-file { |
| 132 color: white; | 132 color: white; |
| 133 } | 133 } |
| 134 | 134 |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 } | 208 } |
| 209 .profile-canvas-decoration { | 209 .profile-canvas-decoration { |
| 210 color: red; | 210 color: red; |
| 211 margin: -14px 0 13px 22px; | 211 margin: -14px 0 13px 22px; |
| 212 padding-left: 14px; | 212 padding-left: 14px; |
| 213 } | 213 } |
| 214 | 214 |
| 215 .profile-canvas-decoration button { | 215 .profile-canvas-decoration button { |
| 216 margin: 0 0 0 10px !important; | 216 margin: 0 0 0 10px !important; |
| 217 } | 217 } |
| OLD | NEW |