| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 justify-content: center; | 45 justify-content: center; |
| 46 align-items: center; | 46 align-items: center; |
| 47 text-align: center; | 47 text-align: center; |
| 48 padding: 20px; | 48 padding: 20px; |
| 49 position: absolute; | 49 position: absolute; |
| 50 top: 0; | 50 top: 0; |
| 51 right: 0; | 51 right: 0; |
| 52 bottom: 0; | 52 bottom: 0; |
| 53 left: 0; | 53 left: 0; |
| 54 font-size: 13px; | 54 font-size: 13px; |
| 55 overflow: auto; |
| 55 } | 56 } |
| 56 | 57 |
| 57 .panel.timeline .banner a, | 58 .panel.timeline .banner a, |
| 58 .panel.layers .banner a { | 59 .panel.layers .banner a { |
| 59 color: inherit; | 60 color: inherit; |
| 60 } | 61 } |
| 61 | 62 |
| 62 #timeline-overview-panel .timeline-graph-bar { | 63 #timeline-overview-panel .timeline-graph-bar { |
| 63 pointer-events: none; | 64 pointer-events: none; |
| 64 } | 65 } |
| (...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 730 border-bottom: 1px solid #ddd; | 731 border-bottom: 1px solid #ddd; |
| 731 background-color: #f3f3f3 | 732 background-color: #f3f3f3 |
| 732 } | 733 } |
| 733 | 734 |
| 734 .timeline-stack-view-header { | 735 .timeline-stack-view-header { |
| 735 height: 26px; | 736 height: 26px; |
| 736 background-color: white; | 737 background-color: white; |
| 737 padding: 6px 10px; | 738 padding: 6px 10px; |
| 738 color: #5a5a5a; | 739 color: #5a5a5a; |
| 739 } | 740 } |
| OLD | NEW |