| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 } | 102 } |
| 103 | 103 |
| 104 #timeline-overview-panel .overview-strip .timeline-overview-strip-title { | 104 #timeline-overview-panel .overview-strip .timeline-overview-strip-title { |
| 105 color: #666; | 105 color: #666; |
| 106 font-size: 10px; | 106 font-size: 10px; |
| 107 font-weight: bold; | 107 font-weight: bold; |
| 108 z-index: 100; | 108 z-index: 100; |
| 109 background-color: rgba(255, 255, 255, 0.7); | 109 background-color: rgba(255, 255, 255, 0.7); |
| 110 padding: 0 4px; | 110 padding: 0 4px; |
| 111 position: absolute; | 111 position: absolute; |
| 112 top: 0; | 112 top: -2px; |
| 113 right: 0; | 113 right: 0; |
| 114 } | 114 } |
| 115 | 115 |
| 116 #timeline-overview-cpu-activity { | 116 #timeline-overview-cpu-activity { |
| 117 flex-basis: 20px; | 117 flex-basis: 20px; |
| 118 } | 118 } |
| 119 | 119 |
| 120 #timeline-overview-network { | 120 #timeline-overview-network { |
| 121 flex-basis: 12px; | 121 flex-basis: 8px; |
| 122 } | 122 } |
| 123 | 123 |
| 124 #timeline-overview-framerate { | 124 #timeline-overview-framerate { |
| 125 flex-basis: 16px; | 125 flex-basis: 16px; |
| 126 margin-top: 0 !important; | 126 margin-top: 0 !important; |
| 127 } | 127 } |
| 128 | 128 |
| 129 #timeline-overview-filmstrip { | 129 #timeline-overview-filmstrip { |
| 130 flex-basis: 30px; | 130 flex-basis: 30px; |
| 131 } | 131 } |
| (...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 673 | 673 |
| 674 .timeline-landing-warning { | 674 .timeline-landing-warning { |
| 675 background-color: #fffde7; | 675 background-color: #fffde7; |
| 676 padding: 10px 14px; | 676 padding: 10px 14px; |
| 677 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); | 677 box-shadow: 1px 1px 3px rgba(0,0,0,0.2); |
| 678 } | 678 } |
| 679 | 679 |
| 680 .timeline-landing-warning span[is=ui-icon] { | 680 .timeline-landing-warning span[is=ui-icon] { |
| 681 margin: -8px; | 681 margin: -8px; |
| 682 } | 682 } |
| OLD | NEW |